diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-01 08:53:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-01 08:53:50 +0100 |
commit | 182dfdd00e283d3a9b125f23a5a538c6e73f7594 (patch) | |
tree | fdb9f395ff752aca936e498de5d47647522d4ff6 /xmloff/source/style/xmlnumfi.cxx | |
parent | 3770a6a3f3bd3e9c3f71a346b9db895e5bf0df31 (diff) |
loplugin:unnecessaryoverride (dtors) in xmloff
Change-Id: I351ff5955d766118e3a6b2234181774af0d1f522
Diffstat (limited to 'xmloff/source/style/xmlnumfi.cxx')
-rw-r--r-- | xmloff/source/style/xmlnumfi.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index ccd8158ead14..11e703f4d947 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -139,7 +139,6 @@ public: const OUString& rLName, SvXMLNumFormatContext& rParentContext, sal_uInt16 nNewType, const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList ); - virtual ~SvXMLNumFmtElementContext() override; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, @@ -161,7 +160,6 @@ public: const OUString& rLName, SvXMLNumFmtElementContext& rParentContext, const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList ); - virtual ~SvXMLNumFmtEmbeddedTextContext() override; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, @@ -181,7 +179,6 @@ public: const OUString& rLName, SvXMLNumFormatContext& rParentContext, const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList ); - virtual ~SvXMLNumFmtMapContext() override; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, @@ -201,7 +198,6 @@ public: const OUString& rLName, SvXMLNumFormatContext& rParentContext, const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList ); - virtual ~SvXMLNumFmtPropContext() override; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, @@ -623,10 +619,6 @@ SvXMLNumFmtMapContext::SvXMLNumFmtMapContext( SvXMLImport& rImport, } } -SvXMLNumFmtMapContext::~SvXMLNumFmtMapContext() -{ -} - SvXMLImportContext* SvXMLNumFmtMapContext::CreateChildContext( sal_uInt16 nPrfx, const OUString& rLName, const uno::Reference<xml::sax::XAttributeList>& ) @@ -671,10 +663,6 @@ SvXMLNumFmtPropContext::SvXMLNumFmtPropContext( SvXMLImport& rImport, } } -SvXMLNumFmtPropContext::~SvXMLNumFmtPropContext() -{ -} - SvXMLImportContext* SvXMLNumFmtPropContext::CreateChildContext( sal_uInt16 nPrfx, const OUString& rLName, const uno::Reference<xml::sax::XAttributeList>& ) @@ -722,10 +710,6 @@ SvXMLNumFmtEmbeddedTextContext::SvXMLNumFmtEmbeddedTextContext( SvXMLImport& rIm } } -SvXMLNumFmtEmbeddedTextContext::~SvXMLNumFmtEmbeddedTextContext() -{ -} - SvXMLImportContext* SvXMLNumFmtEmbeddedTextContext::CreateChildContext( sal_uInt16 nPrfx, const OUString& rLName, const uno::Reference<xml::sax::XAttributeList>& ) @@ -1093,10 +1077,6 @@ SvXMLNumFmtElementContext::SvXMLNumFmtElementContext( SvXMLImport& rImport, aNumInfo.aIntegerFractionDelimiter = " "; } -SvXMLNumFmtElementContext::~SvXMLNumFmtElementContext() -{ -} - SvXMLImportContext* SvXMLNumFmtElementContext::CreateChildContext( sal_uInt16 nPrfx, const OUString& rLName, const uno::Reference<xml::sax::XAttributeList>& xAttrList ) |