diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-30 10:52:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-30 12:09:54 +0100 |
commit | d05a4cfbdcece491f7385dbeaa7eca03f2fdc1d5 (patch) | |
tree | b67ac6294fb550851e600b7918ce47c64e8ea15c /include | |
parent | ea8d6cd59670854cb153c4e984cb4044093e5994 (diff) |
fastparser in shapeimport
Change-Id: I11227424647313ff5c5d54126bdc27a17da3932e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106851
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/shapeimport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx index b4bc6bf44c3a..dacd947a66d2 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -186,7 +186,7 @@ public: SvXMLImportContext * create3DLightContext( const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList); /** this should be called for each scene attribute */ - void processSceneAttribute( sal_uInt16 nPrefix, const OUString& rLocalName, const OUString& rValue ); + void processSceneAttribute( sal_Int32 nAttributeToken, const OUString& rValue ); /** this sets the scene attributes at this propertyset */ void setSceneAttributes( const css::uno::Reference< css::beans::XPropertySet >& xPropSet ); |