diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-07 11:33:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-07 11:33:56 +0100 |
commit | cbccd5b5050ec8a1f4ee6532e71a6a245db6da2e (patch) | |
tree | 96f46c813a039c342b74c5bd71e6079aa4436613 | |
parent | cc3cabd5fd416860de91229a04c918968bf91172 (diff) |
Namespace scope fix
-rw-r--r-- | sc/source/core/tool/callform.cxx | 4 |
1 files 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) |