summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-16 23:17:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-17 13:01:48 +0000
commit4cf1c9058610b10a8081b10342653ae08a9181a3 (patch)
tree897581529bd722b8487bc06684d6cdb3829821c5 /sw/inc/redline.hxx
parentcc65e4d2fd1dd0c03cf652b5aada6870e1a939f1 (diff)
String to OUString
Change-Id: I73aef8d848e738fef987449ca60fe8340428e4c9 Reviewed-on: https://gerrit.libreoffice.org/5463 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 2c54a2ea61a4..e6d0d9948709 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -215,7 +215,7 @@ public:
sal_uInt16 GetStackCount() const;
sal_uInt16 GetAuthor( sal_uInt16 nPos = 0) const;
- const String& GetAuthorString( sal_uInt16 nPos = 0 ) const;
+ OUString GetAuthorString( sal_uInt16 nPos = 0 ) const;
const DateTime& GetTimeStamp( sal_uInt16 nPos = 0) const;
RedlineType_t GetRealType( sal_uInt16 nPos = 0 ) const;
RedlineType_t GetType( sal_uInt16 nPos = 0) const