summaryrefslogtreecommitdiff
path: root/xmloff/inc/TransGradientStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/TransGradientStyle.hxx')
-rw-r--r--xmloff/inc/TransGradientStyle.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/inc/TransGradientStyle.hxx b/xmloff/inc/TransGradientStyle.hxx
index b65f05e0c8a2..c2d8293ff8bc 100644
--- a/xmloff/inc/TransGradientStyle.hxx
+++ b/xmloff/inc/TransGradientStyle.hxx
@@ -42,9 +42,8 @@ public:
~XMLTransGradientStyleImport();
bool importXML(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
- ::com::sun::star::uno::Any& rValue,
+ const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
+ css::uno::Any& rValue,
OUString& rStrName );
};
@@ -56,7 +55,7 @@ public:
XMLTransGradientStyleExport( SvXMLExport& rExport );
~XMLTransGradientStyleExport();
- bool exportXML( const OUString& rStrName, const ::com::sun::star::uno::Any& rValue );
+ bool exportXML( const OUString& rStrName, const css::uno::Any& rValue );
};
#endif // INCLUDED_XMLOFF_INC_TRANSGRADIENTSTYLE_HXX