summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-23 13:51:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-23 21:12:41 +0200
commitc24d293661c7049b337ac0763b8d309601c9cce3 (patch)
treea3020c1f449523b8400b4d0c4ac5dffea88ae9b4 /forms
parent4bb2bca091ffa0cc8a5f4a850eef146bb66feaa0 (diff)
loplugin:unnecessaryvirtual
Change-Id: Id3f0bbcae731d777ac7c1fbc9f020ff35833864b Reviewed-on: https://gerrit.libreoffice.org/40323 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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,