diff options
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 ); |