summaryrefslogtreecommitdiff
path: root/cppuhelper/source/macro_expander.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/macro_expander.cxx')
-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()