diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-13 08:26:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-15 09:11:33 +0200 |
commit | 062cf88d8f9fa6e42784bd65597bdbc2c86290d3 (patch) | |
tree | 55c7e09a2cb44106e42859d9637e6d87318f3054 /include | |
parent | 33eeb70011b34a3b04a74b2237d1d6fdde030c35 (diff) |
convert include/svtools/svmedit2.hxx from String to OUString
Change-Id: I313f5d930b744bbd81b3578f7bb77920cfc072c4
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/svmedit2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svmedit2.hxx b/include/svtools/svmedit2.hxx index 68b754163e19..6721dbc4f0af 100644 --- a/include/svtools/svmedit2.hxx +++ b/include/svtools/svmedit2.hxx @@ -32,7 +32,7 @@ public: ~ExtMultiLineEdit(); // methods of TextView - void InsertText( const String& rNew, sal_Bool bSelect = sal_False ); + void InsertText( const OUString& rNew, sal_Bool bSelect = sal_False ); void SetAutoScroll( sal_Bool bAutoScroll ); // methods of TextEngine |