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/xmluconv.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/xmluconv.hxx')
-rw-r--r-- | include/xmloff/xmluconv.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmluconv.hxx b/include/xmloff/xmluconv.hxx index 9d22985cee83..8c11ca48c9d3 100644 --- a/include/xmloff/xmluconv.hxx +++ b/include/xmloff/xmluconv.hxx @@ -75,7 +75,7 @@ public: a lot of the methods here have been moved to <sax/tools/converter.hxx>! */ -class XMLOFF_DLLPUBLIC SvXMLUnitConverter +class XMLOFF_DLLPUBLIC SvXMLUnitConverter final { private: SvXMLUnitConverter(const SvXMLUnitConverter&) = delete; @@ -93,7 +93,7 @@ public: sal_Int16 eCoreMeasureUnit /*css::util::MeasureUnit*/, sal_Int16 eXMLMeasureUnit /*css::util::MeasureUnit*/); - virtual ~SvXMLUnitConverter(); + ~SvXMLUnitConverter(); static sal_Int16 GetMeasureUnit(FieldUnit const nFieldUnit); |