summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-13 09:12:55 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-13 09:15:28 -0500
commitacbb997eda4702ae42b0d73134252d21745a19c3 (patch)
tree34deeec5b7a3378b13a0551c02cd970011215240 /sc
parent2e92ad18466d235864df82dc2a3a729d144736c3 (diff)
Move it down a bit, to hopefully get Norbert's Mac tinderbox to build.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/callform.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx
index 949e6424f4f4..4fa3d1d015ee 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;
+
}
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=