summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-28 14:15:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-28 14:15:09 +0100
commit7a10def6327300f15cec2111508f77fec8b446f5 (patch)
tree20aac57970ca0bdd031c4c1b23b7f173cd8b8883 /cppuhelper
parentef3a9951e092a377a7da8b6c468a92977a409e63 (diff)
loplugin:unnecessaryoverride (dtors) in cppuhelper
Change-Id: Ia23b1fdf126fc57ce929feef60e57b64c782fb50
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/macro_expander.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cppuhelper/source/macro_expander.cxx b/cppuhelper/source/macro_expander.cxx
index 8a4a2e223721..b128e8d24a67 100644
--- a/cppuhelper/source/macro_expander.cxx
+++ b/cppuhelper/source/macro_expander.cxx
@@ -129,7 +129,6 @@ public:
inline Bootstrap_MacroExpander()
: t_uno_impl( m_mutex )
{}
- virtual ~Bootstrap_MacroExpander() override;
// XMacroExpander impl
virtual OUString SAL_CALL expandMacros( OUString const & exp )
@@ -147,9 +146,6 @@ public:
void Bootstrap_MacroExpander::disposing()
{}
-Bootstrap_MacroExpander::~Bootstrap_MacroExpander()
-{}
-
// XServiceInfo impl
OUString Bootstrap_MacroExpander::getImplementationName()