From 7a10def6327300f15cec2111508f77fec8b446f5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 28 Nov 2016 14:15:09 +0100 Subject: loplugin:unnecessaryoverride (dtors) in cppuhelper Change-Id: Ia23b1fdf126fc57ce929feef60e57b64c782fb50 --- cppuhelper/source/macro_expander.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cppuhelper') 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() -- cgit