summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlscripti.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-14 13:27:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-14 17:53:22 +0100
commit10e08b1d398e6aa91aa4ced0ca6c966349be8b5d (patch)
treeb2089d0bf9fc22eaaa02072c3168acfafcc86cb6 /include/xmloff/xmlscripti.hxx
parentResolves: tdf#130658 there isn't a second column in non-exception mode (diff)
downloadcore-10e08b1d398e6aa91aa4ced0ca6c966349be8b5d.tar.gz
core-10e08b1d398e6aa91aa4ced0ca6c966349be8b5d.zip
convert XMLEventsImportContext to fastparser
for now, it supports both fast and non-fast methods, since it is constructed by both contexts Change-Id: I925c50be161b95ecebd951cb7038a938c848a15d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88715 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmlscripti.hxx')
-rw-r--r--include/xmloff/xmlscripti.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/xmloff/xmlscripti.hxx b/include/xmloff/xmlscripti.hxx
index 75b7115df526..06d2e3fcaafa 100644
--- a/include/xmloff/xmlscripti.hxx
+++ b/include/xmloff/xmlscripti.hxx
@@ -38,11 +38,6 @@ public:
const css::uno::Reference< css::frame::XModel>& rDocModel );
virtual ~XMLScriptContext() override;
- // Create child element.
- virtual SvXMLImportContextRef CreateChildContext( sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList ) override;
-
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(
sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override;