diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 10:11:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 10:11:59 +0000 |
commit | aac6bb5bb3359a4c38bf77a98ac4bbdca470107c (patch) | |
tree | 3314f3b695184621d725161b10b243ebaaa9b46f /include | |
parent | a0dc3972876fd3b483f1fc534d1c582d02f52386 (diff) |
ditch some empty dtors which match the default dtor
Change-Id: Id2450b03e6c8c5461e92d995ea8c33d5dfd55a45
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/XMLFontStylesContext.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/XMLTextTableContext.hxx | 4 | ||||
-rw-r--r-- | include/xmloff/txtstyli.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/xmlnumi.hxx | 2 |
4 files changed, 0 insertions, 10 deletions
diff --git a/include/xmloff/XMLFontStylesContext.hxx b/include/xmloff/XMLFontStylesContext.hxx index cc6a2a712bb8..d671e654880a 100644 --- a/include/xmloff/XMLFontStylesContext.hxx +++ b/include/xmloff/XMLFontStylesContext.hxx @@ -59,8 +59,6 @@ public: const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, rtl_TextEncoding eDfltEnc ); - ~XMLFontStylesContext() override; - const SvXMLTokenMap& GetFontStyleAttrTokenMap() const { return *pFontStyleAttrTokenMap; diff --git a/include/xmloff/XMLTextTableContext.hxx b/include/xmloff/XMLTextTableContext.hxx index 6077ccd5ae18..333716dc03d7 100644 --- a/include/xmloff/XMLTextTableContext.hxx +++ b/include/xmloff/XMLTextTableContext.hxx @@ -30,14 +30,10 @@ namespace com { namespace sun { namespace star { class XMLOFF_DLLPUBLIC XMLTextTableContext : public SvXMLImportContext { - public: - - XMLTextTableContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName ); - virtual ~XMLTextTableContext() override; }; #endif diff --git a/include/xmloff/txtstyli.hxx b/include/xmloff/txtstyli.hxx index a142e3d484e6..8eca3bdfa251 100644 --- a/include/xmloff/txtstyli.hxx +++ b/include/xmloff/txtstyli.hxx @@ -63,13 +63,11 @@ protected: public: - XMLTextStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, SvXMLStylesContext& rStyles, sal_uInt16 nFamily, bool bDefaultStyle = false ); - ~XMLTextStyleContext() override; virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx index b1a068707c8c..ee7913a40edd 100644 --- a/include/xmloff/xmlnumi.hxx +++ b/include/xmloff/xmlnumi.hxx @@ -66,8 +66,6 @@ public: const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, bool bOutl = false ); - ~SvxXMLListStyleContext() override; - virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, |