summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/XMLShapePropertySetContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLShapePropertySetContext.hxx')
-rw-r--r--xmloff/inc/XMLShapePropertySetContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLShapePropertySetContext.hxx b/xmloff/inc/XMLShapePropertySetContext.hxx
index 35092774cab8..54c28ca372c2 100644
--- a/xmloff/inc/XMLShapePropertySetContext.hxx
+++ b/xmloff/inc/XMLShapePropertySetContext.hxx
@@ -32,7 +32,7 @@ public:
TYPEINFO();
XMLShapePropertySetContext( 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,
@@ -45,7 +45,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);