diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-18 12:59:11 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-20 12:35:18 +0000 |
commit | b623669b4d8a6f20f8aa40c7afb4a59f1ad8b5c3 (patch) | |
tree | dd1ea443200d2984d9e130a965f0952f3ff535b2 /sw/inc | |
parent | 35eccc5e0151febf7c6c3ed2bf33945c534c9b0b (diff) |
String to OUString, cleanup, typo
Change-Id: I0c5d2b194a09002292990e74aeb10984c2b41d0e
Reviewed-on: https://gerrit.libreoffice.org/5490
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/AnnotationWin.hxx | 2 | ||||
-rw-r--r-- | sw/inc/SidebarWin.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx index 589f6d0271fa..67cfe4493742 100644 --- a/sw/inc/AnnotationWin.hxx +++ b/sw/inc/AnnotationWin.hxx @@ -43,7 +43,7 @@ class SwAnnotationWin : public sw::sidebarwindows::SwSidebarWin virtual void Delete(); virtual void GotoPos(); - virtual String GetAuthor(); + virtual OUString GetAuthor(); virtual Date GetDate(); virtual Time GetTime(); diff --git a/sw/inc/SidebarWin.hxx b/sw/inc/SidebarWin.hxx index f2078c24c8c6..cbd728df77fa 100644 --- a/sw/inc/SidebarWin.hxx +++ b/sw/inc/SidebarWin.hxx @@ -98,7 +98,7 @@ class SwSidebarWin : public Window virtual void Delete(); virtual void GotoPos() = 0; - virtual String GetAuthor() = 0; + virtual OUString GetAuthor() = 0; virtual Date GetDate() = 0; virtual Time GetTime() = 0; |