From cbccd5b5050ec8a1f4ee6532e71a6a245db6da2e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 7 Feb 2012 11:33:56 +0100 Subject: Namespace scope fix --- sc/source/core/tool/callform.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx index ab0b8fc12355..949e6424f4f4 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) -- cgit