summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLTextPropertySetContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextPropertySetContext.hxx')
-rw-r--r--xmloff/source/text/XMLTextPropertySetContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextPropertySetContext.hxx b/xmloff/source/text/XMLTextPropertySetContext.hxx
index c138a70de636..ef36f5a980a6 100644
--- a/xmloff/source/text/XMLTextPropertySetContext.hxx
+++ b/xmloff/source/text/XMLTextPropertySetContext.hxx
@@ -28,23 +28,23 @@ class XMLTextPropertySetContext : public SvXMLPropertySetContext
// SvXMLImportContextRef xTabStop;
// SvXMLImportContextRef xBackground;
// SvXMLImportContextRef xDropCap;
- ::rtl::OUString& rDropCapTextStyleName;
+ OUString& rDropCapTextStyleName;
public:
XMLTextPropertySetContext( 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 nFamily,
::std::vector< XMLPropertyState > &rProps,
const UniReference < SvXMLImportPropertyMapper > &rMap,
- ::rtl::OUString& rDopCapTextStyleName );
+ OUString& rDopCapTextStyleName );
virtual ~XMLTextPropertySetContext();
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);