summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/PagePropertySetContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PagePropertySetContext.hxx')
-rw-r--r--xmloff/source/style/PagePropertySetContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/PagePropertySetContext.hxx b/xmloff/source/style/PagePropertySetContext.hxx
index 756ad5f27cc0..45c68b46b208 100644
--- a/xmloff/source/style/PagePropertySetContext.hxx
+++ b/xmloff/source/style/PagePropertySetContext.hxx
@@ -35,7 +35,7 @@ class PagePropertySetContext : public SvXMLPropertySetContext
public:
PagePropertySetContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
- const ::rtl::OUString& rLName,
+ const OUString& rLName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList >& xAttrList,
sal_uInt32 nFam,
@@ -48,7 +48,7 @@ public:
using SvXMLPropertySetContext::CreateChildContext;
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
::std::vector< XMLPropertyState > &rProperties,
const XMLPropertyState& rProp);