summaryrefslogtreecommitdiffstats
path: root/include/xmloff/ImageStyle.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-21 13:19:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-22 21:07:53 +0200
commit0527778df5f1ace8731043d070cf54b7b8648545 (patch)
treedfe2d7f4846ae3bc4d068df25db862e0c9e73d12 /include/xmloff/ImageStyle.hxx
parentfix group shape crash for physics animations (diff)
downloadcore-0527778df5f1ace8731043d070cf54b7b8648545.tar.gz
core-0527778df5f1ace8731043d070cf54b7b8648545.zip
use fastparser for fill styles
Change-Id: I2dcc34863eec5f3ba02ee6df4e64604926b072d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/ImageStyle.hxx')
-rw-r--r--include/xmloff/ImageStyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/ImageStyle.hxx b/include/xmloff/ImageStyle.hxx
index 3b017faa2120..b6e8cb8b0811 100644
--- a/include/xmloff/ImageStyle.hxx
+++ b/include/xmloff/ImageStyle.hxx
@@ -27,7 +27,7 @@
namespace com::sun::star::uno { class Any; }
namespace com::sun::star::uno { template <typename > class Reference; }
-namespace com::sun::star::xml::sax { class XAttributeList; }
+namespace com::sun::star::xml::sax { class XFastAttributeList; }
class SvXMLExport;
class SvXMLImport;
@@ -36,7 +36,7 @@ namespace XMLImageStyle
{
UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) void exportXML(OUString const & rStrName, css::uno::Any const & rValue, SvXMLExport& rExport);
-UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) bool importXML(css::uno::Reference<css::xml::sax::XAttributeList> const & xAttrList,
+UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) bool importXML(css::uno::Reference<css::xml::sax::XFastAttributeList> const & xAttrList,
css::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport);
}