diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-28 14:14:04 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-28 14:14:04 +0100 |
commit | 0c59e2ddd6a174629618acea97cf5406c36ce7f3 (patch) | |
tree | da53bb5d7f2ea2d99d512d7f96ce60cef6e82e2c /comphelper/source/xml | |
parent | 3d9c3ed1afc8d37d3bee800ca5988724fd758a6b (diff) |
loplugin:unnecessaryoverride (dtors) in comphelper
Change-Id: I13ebc4efa7f8bd0d3732ed65e397c710ae65d14e
Diffstat (limited to 'comphelper/source/xml')
-rw-r--r-- | comphelper/source/xml/ofopxmlhelper.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
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() ) |