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/XMLSectionSourceImportContext.cxx | |
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/XMLSectionSourceImportContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLSectionSourceImportContext.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/text/XMLSectionSourceImportContext.cxx b/xmloff/source/text/XMLSectionSourceImportContext.cxx index ec6bd06dec27..2ae4e671f7c0 100644 --- a/xmloff/source/text/XMLSectionSourceImportContext.cxx +++ b/xmloff/source/text/XMLSectionSourceImportContext.cxx @@ -132,13 +132,4 @@ void XMLSectionSourceImportContext::EndElement() // this space intentionally left blank. } -SvXMLImportContextRef XMLSectionSourceImportContext::CreateChildContext( - sal_uInt16 nPrefix, - const OUString& rLocalName, - const Reference<XAttributeList> & ) -{ - // ignore -> default context - return new SvXMLImportContext(GetImport(), nPrefix, rLocalName); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |