diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-18 15:45:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-27 18:54:52 +0100 |
commit | 5352d45dd4a04f8f02cf7f6ad4169126d3b3586a (patch) | |
tree | a5c7459b5830d70fe3a193728a1db716f2390b39 /include/xmloff/xmlimp.hxx | |
parent | 913ed8398667dfd0d6f03923507e14c8e2642c90 (diff) |
convert AnimationImport to fast-parser APIs
And...
(*) space out the namespace constant values so I dont
keep forgetting and making them overlap.
(*) Remove CreateDocumentContext from SvXMLImport since it is
now unused.
Change-Id: I30f54bfc1389e91b18e4fee8b83e1b297419899b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88938
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmlimp.hxx')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 93c986f9f5bd..5bcd2531c845 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -244,9 +244,6 @@ protected: // This method is called after the namespace map has been updated, but // before a context for the current element has been pushed. // This base class implementation returns a context that ignores everything. - virtual SvXMLImportContext *CreateDocumentContext(sal_uInt16 nPrefix, - const OUString& rLocalName, - const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ); virtual SvXMLImportContext *CreateFastContext( sal_Int32 Element, const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList >& xAttrList ); |