[Libreoffice-commits] .: sc/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Tue Feb 7 02:34:03 PST 2012


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

New commits:
commit cbccd5b5050ec8a1f4ee6532e71a6a245db6da2e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Feb 7 11:33:56 2012 +0100

    Namespace scope fix

diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx
index ab0b8fc..949e642 100644
--- a/sc/source/core/tool/callform.cxx
+++ b/sc/source/core/tool/callform.cxx
@@ -163,8 +163,6 @@ public:
 
 ModuleCollection aModuleCollection;
 
-}
-
 const ModuleData* ModuleCollection::findByName(const rtl::OUString& rName) const
 {
     MapType::const_iterator it = maData.find(rName);
@@ -185,6 +183,8 @@ void ModuleCollection::clear()
     maData.clear();
 }
 
+}
+
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
 bool InitExternalFunc(const rtl::OUString& rModuleName)


More information about the Libreoffice-commits mailing list