summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/componentmodule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/componentmodule.cxx')
-rw-r--r--comphelper/source/misc/componentmodule.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/comphelper/source/misc/componentmodule.cxx b/comphelper/source/misc/componentmodule.cxx
index 074515e83c40..3ff9e4a72639 100644
--- a/comphelper/source/misc/componentmodule.cxx
+++ b/comphelper/source/misc/componentmodule.cxx
@@ -43,17 +43,12 @@ namespace comphelper
ComponentDescriptions m_aRegisteredComponents;
OModuleImpl();
- ~OModuleImpl();
};
OModuleImpl::OModuleImpl()
{
}
- OModuleImpl::~OModuleImpl()
- {
- }
-
OModule::OModule()
: m_nClients(0)
, m_pImpl(new OModuleImpl)