summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-23 21:48:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-23 21:48:33 +0100
commitaafc083257203d09fb15cbc16dd86539a7df5856 (patch)
tree3a9952ab7e541a44381d469de76bf6e1ff671ec6 /vcl/source/filter/graphicfilter.cxx
parentb73abe292eda22c2332ff819a1ca5f66d0ee7d9f (diff)
loplugin:unnecessaryoverride (dtors) in vcl
Change-Id: I38e24991308bf52e75259a30d332145aef9a757b
Diffstat (limited to 'vcl/source/filter/graphicfilter.cxx')
-rw-r--r--vcl/source/filter/graphicfilter.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx
index 379b8c5a8ff2..84cd26f879a5 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -100,7 +100,6 @@ protected:
public:
explicit ImpFilterOutputStream( SvStream& rStm ) : mrStm( rStm ) {}
- virtual ~ImpFilterOutputStream() override {}
};
#ifndef DISABLE_EXPORT