diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-20 14:35:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-21 08:25:23 +0100 |
commit | a445b24d1eef6b81db962894d4c3990e1067f4ad (patch) | |
tree | fbdc15fcc1c304202e6bc71b3894074c6a22e7dc /xmloff/source/text/XMLSectionSourceDDEImportContext.hxx | |
parent | 3ebf6a090b227c0097ff8668fe023e7bdbdadc5d (diff) |
remove unnecessary CreateChildContext methods
that do the same as the base class method
Change-Id: I5048edf9d5fa40bb4ebdd96d9b13c303fb061945
Reviewed-on: https://gerrit.libreoffice.org/85646
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLSectionSourceDDEImportContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLSectionSourceDDEImportContext.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx index e1b9b0e9565a..8d6c2b1ddcc9 100644 --- a/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx +++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx @@ -49,11 +49,6 @@ protected: const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList) override; virtual void EndElement() override; - - virtual SvXMLImportContextRef CreateChildContext( - sal_uInt16 nPrefix, - const OUString& rLocalName, - const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList ) override; }; #endif |