summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltabe.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-03 15:12:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-04 07:15:03 +0000
commit5f77e6e9309cab4633fa8211f9788af9a9a793c9 (patch)
treeb9116cbe98af0a17b2b7448d00d7aa7033b226ae /include/xmloff/xmltabe.hxx
parentloplugin:unusedmethods (diff)
downloadcore-5f77e6e9309cab4633fa8211f9788af9a9a793c9.tar.gz
core-5f77e6e9309cab4633fa8211f9788af9a9a793c9.zip
update loplugin:unnnecessaryvirtual to handler destructors
and update modules writerfilter..xmloff with the resulting changes Change-Id: I54d19c22ddb0ff579b32e4934d266c925b19305c Reviewed-on: https://gerrit.libreoffice.org/30530 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmltabe.hxx')
-rw-r--r--include/xmloff/xmltabe.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmltabe.hxx b/include/xmloff/xmltabe.hxx
index 140d3b634c34..85c182df573f 100644
--- a/include/xmloff/xmltabe.hxx
+++ b/include/xmloff/xmltabe.hxx
@@ -30,7 +30,7 @@ namespace com { namespace sun { namespace star {
} } }
-class SvxXMLTabStopExport
+class SvxXMLTabStopExport final
{
SvXMLExport& rExport; // for access to document handler
@@ -41,7 +41,7 @@ protected:
public:
SvxXMLTabStopExport( SvXMLExport& rExport );
- virtual ~SvxXMLTabStopExport();
+ ~SvxXMLTabStopExport();
// core API
void Export( const css::uno::Any& rAny );