diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-28 11:23:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-28 14:33:20 +0200 |
commit | f697189b6965b3df744a87ee40a2ccd09a39af92 (patch) | |
tree | 8b02ffa844462afe2a72196a74a0a6bcc482cc0b /xmloff/source/draw/ximpstyl.hxx | |
parent | 973d019ad00dedc26f176ae1ef415952447a078a (diff) |
remove dead code in SdXMLHeaderFooterDeclContext
Change-Id: I58e3f3a4a02ebcb24b7e975e30e57d8b57cd52dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101533
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/draw/ximpstyl.hxx')
-rw-r--r-- | xmloff/source/draw/ximpstyl.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx index 761927133797..7d0d94080411 100644 --- a/xmloff/source/draw/ximpstyl.hxx +++ b/xmloff/source/draw/ximpstyl.hxx @@ -239,16 +239,10 @@ public: class SdXMLHeaderFooterDeclContext : public SvXMLStyleContext { public: - // Can be called in either fast- or slow-parser mode - SdXMLHeaderFooterDeclContext( SvXMLImport& rImport, sal_uInt16 nPrfx, - const OUString& rLName, - const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ); SdXMLHeaderFooterDeclContext( SvXMLImport& rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ); virtual bool IsTransient() const override; - virtual void EndElement() override; - virtual void Characters( const OUString& rChars ) override; virtual void SAL_CALL startFastElement( sal_Int32 /*nElement*/, const css::uno::Reference< css::xml::sax::XFastAttributeList >& ) override {} |