diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-21 13:19:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-22 21:07:53 +0200 |
commit | 0527778df5f1ace8731043d070cf54b7b8648545 (patch) | |
tree | dfe2d7f4846ae3bc4d068df25db862e0c9e73d12 /include/xmloff/DashStyle.hxx | |
parent | 5edbac1b8c8b7aad36a0f2b1c5cacc8d6fd5fb44 (diff) |
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/DashStyle.hxx')
-rw-r--r-- | include/xmloff/DashStyle.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/DashStyle.hxx b/include/xmloff/DashStyle.hxx index e9c5aac073c3..76bce512477a 100644 --- a/include/xmloff/DashStyle.hxx +++ b/include/xmloff/DashStyle.hxx @@ -28,7 +28,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; } } @@ -42,7 +42,7 @@ public: ~XMLDashStyleImport(); 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 ); }; |