diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-15 15:05:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-16 08:42:53 +0100 |
commit | 97e2bd837841368e5c64d7c2fed0d423b0ad4606 (patch) | |
tree | 169b76afc4b4fb32ae4121fa2fd805cae45b1b79 /include/xmloff | |
parent | bfcd952dc7820c4cf8761c4222d29ede039391dc (diff) |
use views to parse
Change-Id: I4cdf09f4ce8dc399fa5ae4620191a2ad2e7f78da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107759
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-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 4dc7634b651c..f40ae8eaa803 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -102,7 +102,7 @@ public: SvXMLImportContext * create3DLightContext( const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList); /** this should be called for each scene attribute */ - void processSceneAttribute( sal_Int32 nAttributeToken, const OUString& rValue ); + void processSceneAttribute( const sax_fastparser::FastAttributeList::FastAttributeIter & aIter ); /** this sets the scene attributes at this propertyset */ void setSceneAttributes( const css::uno::Reference< css::beans::XPropertySet >& xPropSet ); |