diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-11-29 20:16:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-30 07:25:58 +0100 |
commit | fca175a7509b598560a612bc58b4817690665688 (patch) | |
tree | acbe29935efff06e37ac4b032778f63f5dd179e9 /xmloff/inc | |
parent | f7e2f5bca938aa916830e07895d2da6820282055 (diff) |
fastparser in XMLEmbeddedObjectImportContext
Change-Id: I3ba7d21bd85c494b73b3b90e73386e958e479f72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106842
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLEmbeddedObjectImportContext.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx index 95942f2331c5..1f5bbdd0787c 100644 --- a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx +++ b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx @@ -38,9 +38,8 @@ public: const OUString& GetFilterServiceName() const { return sFilterService; } const OUString& GetFilterCLSID() const { return sCLSID; } - XMLEmbeddedObjectImportContext( SvXMLImport& rImport, sal_uInt16 nPrfx, - const OUString& rLName, - const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ); + XMLEmbeddedObjectImportContext( SvXMLImport& rImport, sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ); virtual ~XMLEmbeddedObjectImportContext() override; |