diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-05 11:17:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:39 +0200 |
commit | 6549516e06cf7f14e0b946d254de481c754bb496 (patch) | |
tree | fa3c8ca363f18dcd789abc9ee9cacc646781e555 /include/vcl | |
parent | 36593cd50c3229b00445fc232fcdf453fcb77cde (diff) |
convert vcl/vclmedit.hxx from String to OUString
Change-Id: I1722f647bc3a871c316998c1f08e0545af0ac92b
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/vclmedit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx index 44fd194c500d..3ac6dd6b8e2f 100644 --- a/include/vcl/vclmedit.hxx +++ b/include/vcl/vclmedit.hxx @@ -100,7 +100,7 @@ public: { SetText( rStr ); SetSelection( rNewSelection ); } OUString GetText() const; OUString GetText( LineEnd aSeparator ) const; - String GetTextLines( LineEnd aSeparator ) const; + OUString GetTextLines( LineEnd aSeparator ) const; void SetRightToLeft( sal_Bool bRightToLeft ); sal_Bool IsRightToLeft() const; |