diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-12-06 14:04:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-06 15:45:47 +0100 |
commit | 387a7dcfe7c2a5c32b9fa7678f722845775041ba (patch) | |
tree | 9e4137fa47c8f82f5c3abd5dd79597ed0098ffbe /include/xmloff | |
parent | b0e4f29560671d48c3943b6d0165c91c7ba91fd5 (diff) |
fastparser in XMLImpSpanContext_Impl
Change-Id: Iba1b61c607f5f748f5acf4ce16d2c0cce8dee72e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107281
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index ae165a2201b8..4599bcbd751b 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -384,6 +384,9 @@ public: // get import helper for events XMLEventImportHelper& GetEventImport(); + css::uno::Reference< css::xml::sax::XAttributeList > convertToSlowAttrList( + const css::uno::Reference< css::xml::sax::XFastAttributeList > & Attribs); + static const OUString & getNameFromToken( sal_Int32 nToken ); static OUString getPrefixAndNameFromToken( sal_Int32 nToken ); static OUString getNamespacePrefixFromToken(sal_Int32 nToken, const SvXMLNamespaceMap* pMap); |