From 0c59e2ddd6a174629618acea97cf5406c36ce7f3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 28 Nov 2016 14:14:04 +0100 Subject: loplugin:unnecessaryoverride (dtors) in comphelper Change-Id: I13ebc4efa7f8bd0d3732ed65e397c710ae65d14e --- comphelper/source/xml/ofopxmlhelper.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'comphelper/source/xml/ofopxmlhelper.cxx') diff --git a/comphelper/source/xml/ofopxmlhelper.cxx b/comphelper/source/xml/ofopxmlhelper.cxx index 6946e0e3bbd6..062c72379542 100644 --- a/comphelper/source/xml/ofopxmlhelper.cxx +++ b/comphelper/source/xml/ofopxmlhelper.cxx @@ -70,7 +70,6 @@ public: css::uno::Sequence< css::uno::Sequence< css::beans::StringPair > > const & GetParsingResult(); explicit OFOPXMLHelper_Impl( sal_uInt16 nFormat ); // must not be created directly - virtual ~OFOPXMLHelper_Impl() override; // XDocumentHandler virtual void SAL_CALL startDocument() throw (css::xml::sax::SAXException, css::uno::RuntimeException, std::exception) override; @@ -277,12 +276,6 @@ OFOPXMLHelper_Impl::OFOPXMLHelper_Impl( sal_uInt16 nFormat ) { } - -OFOPXMLHelper_Impl::~OFOPXMLHelper_Impl() -{ -} - - uno::Sequence< uno::Sequence< beans::StringPair > > const & OFOPXMLHelper_Impl::GetParsingResult() { if ( m_aElementsSeq.size() ) -- cgit v1.2.3