summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLChangeInfoContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLChangeInfoContext.hxx')
-rw-r--r--xmloff/source/text/XMLChangeInfoContext.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/text/XMLChangeInfoContext.hxx b/xmloff/source/text/XMLChangeInfoContext.hxx
index d5fe167a0141..9a292b7377d0 100644
--- a/xmloff/source/text/XMLChangeInfoContext.hxx
+++ b/xmloff/source/text/XMLChangeInfoContext.hxx
@@ -41,11 +41,11 @@ class XMLChangedRegionImportContext;
*/
class XMLChangeInfoContext : public SvXMLImportContext
{
- const ::rtl::OUString& rType;
+ const OUString& rType;
- ::rtl::OUStringBuffer sAuthorBuffer;
- ::rtl::OUStringBuffer sDateTimeBuffer;
- ::rtl::OUStringBuffer sCommentBuffer;
+ OUStringBuffer sAuthorBuffer;
+ OUStringBuffer sDateTimeBuffer;
+ OUStringBuffer sCommentBuffer;
XMLChangedRegionImportContext& rChangedRegion;
@@ -56,9 +56,9 @@ public:
XMLChangeInfoContext(
SvXMLImport& rImport,
sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
XMLChangedRegionImportContext& rChangedRegion,
- const ::rtl::OUString& rChangeType);
+ const OUString& rChangeType);
~XMLChangeInfoContext();
@@ -68,7 +68,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 );