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/AnnotationWin.hxx | |
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/AnnotationWin.hxx')
-rw-r--r-- | sw/inc/AnnotationWin.hxx | 2 |
1 files changed, 1 insertions, 1 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(); |