[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Feb 13 06:15:11 PST 2012


 sc/source/core/tool/callform.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit acbb997eda4702ae42b0d73134252d21745a19c3
Author: Kohei Yoshida <kohei.yoshida at 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;
+
 }
 
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


More information about the Libreoffice-commits mailing list