summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-11-18 20:09:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-19 09:55:37 +0100
commitfecb0bbb7f7d899b8465c6e785c0a45496141b6e (patch)
treed47cd0ee70fa3d2bd0447282efdc9f417b7032bc /include/xmloff
parentd17404878b3629f501331979d6379837019cdf2a (diff)
fastparser in SchXMLPlotAreaContext
Change-Id: I77eab3ebacaca4c3327f60fac0970330fc9fe10b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106072 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/shapeimport.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index 810665d354ec..1dcb16ebe4e6 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -142,9 +142,7 @@ class SdXML3DLightContext final : public SvXMLImportContext
public:
SdXML3DLightContext(
SvXMLImport& rImport,
- sal_uInt16 nPrfx,
- const OUString& rLName,
- const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList);
+ const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList);
virtual ~SdXML3DLightContext() override;
sal_Int32 GetDiffuseColor() const { return maDiffuseColor; }
@@ -185,7 +183,7 @@ public:
SdXML3DSceneAttributesHelper( SvXMLImport& rImporter );
/** creates a 3d light context and adds it to the internal list for later processing */
- SvXMLImportContext * create3DLightContext( sal_uInt16 nPrfx, const OUString& rLName, const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList);
+ 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 );