summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlImage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlImage.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlImage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlImage.hxx b/reportdesign/source/filter/xml/xmlImage.hxx
index 3acfe1d391d4..d4aa7b08a848 100644
--- a/reportdesign/source/filter/xml/xmlImage.hxx
+++ b/reportdesign/source/filter/xml/xmlImage.hxx
@@ -33,8 +33,8 @@ namespace rptxml
OXMLImage( ORptFilter& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList
- ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XImageControl >& _xComponent
+ const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList
+ ,const css::uno::Reference< css::report::XImageControl >& _xComponent
,OXMLTable* _pContainer);
virtual ~OXMLImage();
};