summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-05 11:17:26 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:39 +0200
commit6549516e06cf7f14e0b946d254de481c754bb496 (patch)
treefa3c8ca363f18dcd789abc9ee9cacc646781e555 /include/vcl
parent36593cd50c3229b00445fc232fcdf453fcb77cde (diff)
convert vcl/vclmedit.hxx from String to OUString
Change-Id: I1722f647bc3a871c316998c1f08e0545af0ac92b
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/vclmedit.hxx2
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;