summaryrefslogtreecommitdiff
path: root/starmath/inc/edit.hxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-10-02 16:59:26 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-10-02 20:54:08 +0400
commit86b9e14bc8fed823ae39ebc5fee62e98c524d3fe (patch)
tree3fe675dfad207b263b5d2b1a22373dc1ee5d5820 /starmath/inc/edit.hxx
parent939d6400401d01658d173b67d17b2051c3468bb6 (diff)
String -> OUString
Change-Id: I88873eec738a068152e7d7be0dc4ab86fcfe345a
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r--starmath/inc/edit.hxx2
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();