diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-03 15:12:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-04 07:15:03 +0000 |
commit | 5f77e6e9309cab4633fa8211f9788af9a9a793c9 (patch) | |
tree | b9116cbe98af0a17b2b7448d00d7aa7033b226ae /include/xmloff/xmlnume.hxx | |
parent | 7abd369964a0c7f9f80cdbc9e47c7dc120fe8257 (diff) |
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/xmlnume.hxx')
-rw-r--r-- | include/xmloff/xmlnume.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlnume.hxx b/include/xmloff/xmlnume.hxx index 4583c18578bf..9d4b253403d9 100644 --- a/include/xmloff/xmlnume.hxx +++ b/include/xmloff/xmlnume.hxx @@ -37,7 +37,7 @@ class SvXMLExportItemMapper; class SvXMLExport; class XMLTextListAutoStylePool; -class XMLOFF_DLLPUBLIC SvxXMLNumRuleExport +class XMLOFF_DLLPUBLIC SvxXMLNumRuleExport final { SvXMLExport& rExport; const OUString sNumberingRules; @@ -64,7 +64,7 @@ protected: public: SvxXMLNumRuleExport( SvXMLExport& rExport ); - virtual ~SvxXMLNumRuleExport(); + ~SvxXMLNumRuleExport(); // should be private but sw::StoredChapterNumberingExport needs it void exportLevelStyles( |