summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageHeaderFooterContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PageHeaderFooterContext.hxx')
-rw-r--r--xmloff/source/style/PageHeaderFooterContext.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/style/PageHeaderFooterContext.hxx b/xmloff/source/style/PageHeaderFooterContext.hxx
index a57979260339..bff9387cd2c3 100644
--- a/xmloff/source/style/PageHeaderFooterContext.hxx
+++ b/xmloff/source/style/PageHeaderFooterContext.hxx
@@ -33,8 +33,7 @@ public:
PageHeaderFooterContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList>& xAttrList,
+ const css::uno::Reference<css::xml::sax::XAttributeList>& xAttrList,
::std::vector< XMLPropertyState > & rProperties,
const rtl::Reference < SvXMLImportPropertyMapper > &rMap,
sal_Int32 nStartIndex, sal_Int32 nEndIndex,
@@ -44,8 +43,7 @@ public:
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;
virtual void EndElement() override;
};