summaryrefslogtreecommitdiff
path: root/writerfilter/inc/resourcemodel/LoggedResources.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/inc/resourcemodel/LoggedResources.hxx')
-rw-r--r--writerfilter/inc/resourcemodel/LoggedResources.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/inc/resourcemodel/LoggedResources.hxx b/writerfilter/inc/resourcemodel/LoggedResources.hxx
index 2d75a9135a5f..419bde775fa8 100644
--- a/writerfilter/inc/resourcemodel/LoggedResources.hxx
+++ b/writerfilter/inc/resourcemodel/LoggedResources.hxx
@@ -37,7 +37,7 @@ public:
void startElement(const string & sElement);
void endElement(const string & sElement);
- void chars(const ::rtl::OUString & rChars);
+ void chars(const OUString & rChars);
void chars(const string & rChars);
void attribute(const string & rName, const string & rValue);
void attribute(const string & rName, sal_uInt32 nValue);