summaryrefslogtreecommitdiff
path: root/sfx2/source/view/classificationhelper.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-05 08:59:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-05 08:59:52 +0100
commit196d1911368f7f3b459a1aac8f952311ec3732ba (patch)
tree221f5ddf827224c59b799a54307cfb2f7b694c23 /sfx2/source/view/classificationhelper.cxx
parentfbb3f88df5b9ee64f2aacbe758a481c5d91d0fed (diff)
loplugin:unnecessaryoverride (dtors) in sfx2
Change-Id: Ic086a22bccd267824e68df6c963df8da76e6df2c
Diffstat (limited to 'sfx2/source/view/classificationhelper.cxx')
-rw-r--r--sfx2/source/view/classificationhelper.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx
index 0a6974f52a70..3ecc03cefaba 100644
--- a/sfx2/source/view/classificationhelper.cxx
+++ b/sfx2/source/view/classificationhelper.cxx
@@ -117,7 +117,6 @@ public:
SfxClassificationCategory* m_pCategory;
SfxClassificationParser();
- ~SfxClassificationParser() override;
void SAL_CALL startDocument() throw (xml::sax::SAXException, uno::RuntimeException, std::exception) override;
@@ -150,8 +149,6 @@ SfxClassificationParser::SfxClassificationParser()
{
}
-SfxClassificationParser::~SfxClassificationParser() = default;
-
void SAL_CALL SfxClassificationParser::startDocument() throw (xml::sax::SAXException, uno::RuntimeException, std::exception)
{
}