summaryrefslogtreecommitdiff
path: root/extensions/source/inc/componentmodule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/inc/componentmodule.cxx')
-rw-r--r--extensions/source/inc/componentmodule.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/extensions/source/inc/componentmodule.cxx b/extensions/source/inc/componentmodule.cxx
index cc69d33882da..bc19b5aaa073 100644
--- a/extensions/source/inc/componentmodule.cxx
+++ b/extensions/source/inc/componentmodule.cxx
@@ -39,11 +39,7 @@ namespace COMPMOD_NAMESPACE
using namespace ::comphelper;
using namespace ::cppu;
-
- //= OModuleImpl
-
- /** implementation for <type>OModule</type>. not threadsafe, has to be guarded by its owner
- */
+ // implementation for <type>OModule</type>. not threadsafe, has to be guarded by its owner
class OModuleImpl
{
ResMgr* m_pResources;
@@ -94,8 +90,6 @@ namespace COMPMOD_NAMESPACE
}
- //= OModule
-
::osl::Mutex OModule::s_aMutex;
sal_Int32 OModule::s_nClients = 0;
OModuleImpl* OModule::s_pImpl = NULL;