diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-02 16:59:26 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-02 20:54:08 +0400 |
commit | 86b9e14bc8fed823ae39ebc5fee62e98c524d3fe (patch) | |
tree | 3fe675dfad207b263b5d2b1a22373dc1ee5d5820 /starmath/inc | |
parent | 939d6400401d01658d173b67d17b2051c3468bb6 (diff) |
String -> OUString
Change-Id: I88873eec738a068152e7d7be0dc4ab86fcfe345a
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/edit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index 67e657491e49..be7b52d8c397 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.hxx @@ -113,7 +113,7 @@ public: void Paste(); void Delete(); void SelectAll(); - void InsertText(const String &rText); + void InsertText(const OUString &rText); void InsertCommand(sal_uInt16 nCommand); void MarkError(const Point &rPos); void SelNextMark(); |