summaryrefslogtreecommitdiffstats
path: root/include/xmloff/GradientStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/GradientStyle.hxx')
-rw-r--r--include/xmloff/GradientStyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/GradientStyle.hxx b/include/xmloff/GradientStyle.hxx
index 94f2fb2b9b28..5037505cc46a 100644
--- a/include/xmloff/GradientStyle.hxx
+++ b/include/xmloff/GradientStyle.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:
~XMLGradientStyleImport();
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 );
};