Kaydet (Commit) cbccd5b5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Namespace scope fix

üst cc3cabd5
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment