diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-14 13:27:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-14 17:53:22 +0100 |
commit | 10e08b1d398e6aa91aa4ced0ca6c966349be8b5d (patch) | |
tree | b2089d0bf9fc22eaaa02072c3168acfafcc86cb6 /xmloff/inc | |
parent | 2339b36033695f2b79997702770698f5db3ec4af (diff) |
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 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLEventImportHelper.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/XMLScriptContextFactory.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/XMLStarBasicContextFactory.hxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/inc/XMLEventImportHelper.hxx b/xmloff/inc/XMLEventImportHelper.hxx index 6e4c8dce9fd6..ddc696b3d772 100644 --- a/xmloff/inc/XMLEventImportHelper.hxx +++ b/xmloff/inc/XMLEventImportHelper.hxx @@ -84,8 +84,6 @@ public: /// create an appropriate import context for a particular event SvXMLImportContext* CreateContext( SvXMLImport& rImport, - sal_uInt16 nPrefix, - const OUString& rLocalName, const css::uno::Reference< css::xml::sax::XAttributeList> & xAttrList, XMLEventsImportContext* rEvents, const OUString& rXmlEventName, diff --git a/xmloff/inc/XMLScriptContextFactory.hxx b/xmloff/inc/XMLScriptContextFactory.hxx index 8b0e57b6d5c7..de0eed0a67e1 100644 --- a/xmloff/inc/XMLScriptContextFactory.hxx +++ b/xmloff/inc/XMLScriptContextFactory.hxx @@ -38,8 +38,6 @@ public: virtual SvXMLImportContext * CreateContext(SvXMLImport & rImport, /// import context - sal_uInt16 nPrefix, /// element: namespace prefix - const OUString & rLocalName, /// element: local name /// attribute list const css::uno::Reference< css::xml::sax::XAttributeList> & xAttrList, /// the context for the enclosing <script:events> element diff --git a/xmloff/inc/XMLStarBasicContextFactory.hxx b/xmloff/inc/XMLStarBasicContextFactory.hxx index 3c708fe9cda7..b000a9f9c728 100644 --- a/xmloff/inc/XMLStarBasicContextFactory.hxx +++ b/xmloff/inc/XMLStarBasicContextFactory.hxx @@ -39,8 +39,6 @@ public: virtual SvXMLImportContext* CreateContext( SvXMLImport& rImport, /// import context - sal_uInt16 nPrefix, /// element: namespace prefix - const OUString& rLocalName, /// element: local name const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList,/// attribute list /// the context for the enclosing <script:events> element XMLEventsImportContext* rEvents, |