summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/filter/xml/xmlSection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlSection.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlSection.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/filter/xml/xmlSection.hxx b/reportdesign/source/filter/xml/xmlSection.hxx
index 00d296d209e5..b9ef8e160db0 100644
--- a/reportdesign/source/filter/xml/xmlSection.hxx
+++ b/reportdesign/source/filter/xml/xmlSection.hxx
@@ -29,7 +29,7 @@ namespace rptxml
class OXMLSection : public SvXMLImportContext
{
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection;
+ css::uno::Reference< css::report::XSection > m_xSection;
ORptFilter& GetOwnImport();
OXMLSection(const OXMLSection&) = delete;
@@ -39,14 +39,14 @@ namespace rptxml
OXMLSection( 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::XSection >& _xSection
+ ,const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList
+ ,const css::uno::Reference< css::report::XSection >& _xSection
,bool _bPageHeader = true);
virtual ~OXMLSection();
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) override;
+ const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;
};
} // namespace rptxml