summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/txtdropi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtdropi.hxx')
-rw-r--r--xmloff/source/text/txtdropi.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtdropi.hxx b/xmloff/source/text/txtdropi.hxx
index 77cb73a15c68..463ea8b86945 100644
--- a/xmloff/source/text/txtdropi.hxx
+++ b/xmloff/source/text/txtdropi.hxx
@@ -28,7 +28,7 @@ namespace rtl { class OUString; }
class XMLTextDropCapImportContext :public XMLElementPropertyContext
{
XMLPropertyState aWholeWordProp;
- ::rtl::OUString sStyleName;
+ OUString sStyleName;
private:
void ProcessAttrs(
@@ -40,7 +40,7 @@ public:
XMLTextDropCapImportContext(
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,
const XMLPropertyState& rProp,
@@ -51,7 +51,7 @@ public:
virtual void EndElement();
- const ::rtl::OUString& GetStyleName() const { return sStyleName; }
+ const OUString& GetStyleName() const { return sStyleName; }
};