summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextMasterPageExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLTextMasterPageExport.hxx')
-rw-r--r--include/xmloff/XMLTextMasterPageExport.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/xmloff/XMLTextMasterPageExport.hxx b/include/xmloff/XMLTextMasterPageExport.hxx
index 6ca0eee0eff0..77b06468b568 100644
--- a/include/xmloff/XMLTextMasterPageExport.hxx
+++ b/include/xmloff/XMLTextMasterPageExport.hxx
@@ -49,13 +49,11 @@ class XMLOFF_DLLPUBLIC XMLTextMasterPageExport : public XMLPageExport
protected:
virtual void exportHeaderFooterContent(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::text::XText >& rText,
+ const css::uno::Reference< css::text::XText >& rText,
bool bAutoStyles, bool bExportParagraph = true );
virtual void exportMasterPageContent(
- const ::com::sun::star::uno::Reference <
- ::com::sun::star::beans::XPropertySet > & rPropSet,
+ const css::uno::Reference< css::beans::XPropertySet > & rPropSet,
bool bAutoStyles ) override;
public: