summaryrefslogtreecommitdiffstats
path: root/include/xmloff/MarkerStyle.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/MarkerStyle.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/MarkerStyle.hxx')
-rw-r--r--include/xmloff/MarkerStyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/MarkerStyle.hxx b/include/xmloff/MarkerStyle.hxx
index 947039d435b3..b3b73b4ba6f2 100644
--- a/include/xmloff/MarkerStyle.hxx
+++ b/include/xmloff/MarkerStyle.hxx
@@ -29,7 +29,7 @@ class SvXMLImport;
class SvXMLExport;
namespace com::sun::star {
namespace uno { template<class A> class Reference; }
- namespace xml::sax { class XAttributeList; }
+ namespace xml::sax { class XFastAttributeList; }
namespace uno { class Any; }
}
@@ -43,7 +43,7 @@ public:
~XMLMarkerStyleImport();
void importXML(
- const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
css::uno::Any& rValue,
OUString& rStrName );
};