summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/InterfaceContainer.hxx1
-rw-r--r--forms/source/misc/InterfaceContainer.cxx4
2 files changed, 0 insertions, 5 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx
index 80fb45eec122..647ccc83fee1 100644
--- a/forms/source/inc/InterfaceContainer.hxx
+++ b/forms/source/inc/InterfaceContainer.hxx
@@ -67,7 +67,6 @@ namespace frm
public:
ElementDescription( );
- virtual ~ElementDescription();
private:
ElementDescription( const ElementDescription& ) = delete;
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index b27c306e870b..ff5da9db29b5 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -172,10 +172,6 @@ ElementDescription::ElementDescription( )
}
-ElementDescription::~ElementDescription()
-{
-}
-
OInterfaceContainer::OInterfaceContainer(
const Reference<XComponentContext>& _rxContext,
::osl::Mutex& _rMutex,