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