diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-17 14:30:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-19 10:14:15 +0200 |
commit | 33526481788137d959f27ae32910127d1436c1a8 (patch) | |
tree | 7eb5ea68a398dd2bbd52ab1e60d0bb483d24609b /sw/inc/IDocumentRedlineAccess.hxx | |
parent | ffc782c23cf5a0b32f42ab4877062966e154cb74 (diff) |
convert sw/inc/IDocumentRedlineAccess.hxx from String to OUString
Change-Id: If3f918bba1571b99588d62148f7ac446d72de6c9
Diffstat (limited to 'sw/inc/IDocumentRedlineAccess.hxx')
-rw-r--r-- | sw/inc/IDocumentRedlineAccess.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/IDocumentRedlineAccess.hxx b/sw/inc/IDocumentRedlineAccess.hxx index 29430cb0e17c..191d820dfab2 100644 --- a/sw/inc/IDocumentRedlineAccess.hxx +++ b/sw/inc/IDocumentRedlineAccess.hxx @@ -33,7 +33,6 @@ struct SwPosition; class SwStartNode; class SwNode; - class String; typedef sal_uInt16 RedlineMode_t; namespace nsRedlineMode_t @@ -188,12 +187,12 @@ public: virtual sal_uInt16 GetRedlineAuthor() = 0; // For Readers etc.: register new Author in table. - virtual sal_uInt16 InsertRedlineAuthor(const String& rAuthor) = 0; + virtual sal_uInt16 InsertRedlineAuthor(const OUString& rAuthor) = 0; // Place a comment at Redline at given position. virtual bool SetRedlineComment( /*[in]*/const SwPaM& rPam, - /*[in]*/const String& rComment) = 0; + /*[in]*/const OUString& rComment) = 0; virtual const ::com::sun::star::uno::Sequence <sal_Int8>& GetRedlinePassword() const = 0; |