summaryrefslogtreecommitdiff
path: root/sax/inc/sax/fshelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/inc/sax/fshelper.hxx')
-rw-r--r--sax/inc/sax/fshelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/inc/sax/fshelper.hxx b/sax/inc/sax/fshelper.hxx
index 2e9d07b7ce26..e0945fc07ddf 100644
--- a/sax/inc/sax/fshelper.hxx
+++ b/sax/inc/sax/fshelper.hxx
@@ -125,13 +125,13 @@ public:
{ startElement( FSNS( namespaceTokenId, elementTokenId ), xAttrList ); }
FastSerializerHelper* write(const char* value);
- FastSerializerHelper* write(const rtl::OUString& value);
+ FastSerializerHelper* write(const OUString& value);
FastSerializerHelper* write(sal_Int32 value);
FastSerializerHelper* write(sal_Int64 value);
FastSerializerHelper* write(double value);
FastSerializerHelper* writeEscaped(const char* value);
- FastSerializerHelper* writeEscaped(const rtl::OUString& value);
+ FastSerializerHelper* writeEscaped(const OUString& value);
FastSerializerHelper* writeId(sal_Int32 tokenId);