diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-26 13:50:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-27 06:51:11 +0000 |
commit | 4142e0a0c05c29a203799cc96630b17133ca2b40 (patch) | |
tree | 20374d18722e4f99b0e53e557398f697cfa601f5 /writerperfect/inc | |
parent | 32a461bdd6ffda4b59ff262e1fcbcbe8bf2be7a0 (diff) |
loplugin: unnecessary destructor writerfilter..xmloff
Change-Id: I511822dc874101ed3b9850b015b746a86d26c3b5
Reviewed-on: https://gerrit.libreoffice.org/33578
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerperfect/inc')
-rw-r--r-- | writerperfect/inc/ImportFilter.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx index 0993d4a9f62a..092ae9cc9289 100644 --- a/writerperfect/inc/ImportFilter.hxx +++ b/writerperfect/inc/ImportFilter.hxx @@ -60,10 +60,6 @@ public: { } - virtual ~ImportFilterImpl() override - { - } - const css::uno::Reference< css::uno::XComponentContext > &getXContext() const { return mxContext; |