summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/PageMasterImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/PageMasterImportContext.hxx')
-rw-r--r--xmloff/inc/PageMasterImportContext.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/inc/PageMasterImportContext.hxx b/xmloff/inc/PageMasterImportContext.hxx
index e22f48db789f..7cfc6142a93b 100644
--- a/xmloff/inc/PageMasterImportContext.hxx
+++ b/xmloff/inc/PageMasterImportContext.hxx
@@ -25,19 +25,19 @@
class PageStyleContext : public XMLPropStyleContext
{
- ::rtl::OUString sPageUsage;
+ OUString sPageUsage;
protected:
virtual void SetAttribute( sal_uInt16 nPrefixKey,
- const ::rtl::OUString& rLocalName,
- const ::rtl::OUString& rValue );
+ const OUString& rLocalName,
+ const OUString& rValue );
public:
TYPEINFO();
PageStyleContext( 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,
SvXMLStylesContext& rStyles,
sal_Bool bDefaultStyle=sal_False);
@@ -45,7 +45,7 @@ public:
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 );
virtual void FillPropertySet(