summaryrefslogtreecommitdiff
path: root/filter/source/xmlfilteradaptor
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 11:29:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 11:02:35 +0000
commit1d7c589d502fb7f0d874c13e30011ca33a3fb6e4 (patch)
treed6cf220a76462436027144c6441dc0c911f3ecf9 /filter/source/xmlfilteradaptor
parent04e5d7a6140295cd73ca92449d6f6783b6d8fd04 (diff)
loplugin: unnecessary destructor cppcanvas..filter
Change-Id: I009cdd60869a67d210edf879ddb451663a7b8676 Reviewed-on: https://gerrit.libreoffice.org/33491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source/xmlfilteradaptor')
-rw-r--r--filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx
index bc4f3e52af39..23a24060d96d 100644
--- a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx
+++ b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.hxx
@@ -77,9 +77,6 @@ public:
{
}
- virtual ~XmlFilterAdaptor() override {}
-
-
// XFilter
virtual sal_Bool SAL_CALL filter( const css::uno::Sequence< css::beans::PropertyValue >& aDescriptor )