sc/source/core/tool/callform.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit acbb997eda4702ae42b0d73134252d21745a19c3 Author: Kohei Yoshida <kohei.yosh...@suse.com> Date: Mon Feb 13 09:12:55 2012 -0500 Move it down a bit, to hopefully get Norbert's Mac tinderbox to build. diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx index 949e642..4fa3d1d 100644 --- a/sc/source/core/tool/callform.cxx +++ b/sc/source/core/tool/callform.cxx @@ -161,8 +161,6 @@ public: void clear(); }; -ModuleCollection aModuleCollection; - const ModuleData* ModuleCollection::findByName(const rtl::OUString& rName) const { MapType::const_iterator it = maData.find(rName); @@ -183,6 +181,8 @@ void ModuleCollection::clear() maData.clear(); } +ModuleCollection aModuleCollection; + } //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits