summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-17 00:15:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-17 14:03:25 +0100
commitacd9cda35457f0a839bf9713c261022c39cd8269 (patch)
tree4e0a5c5470a284545102d783d3257d31efef0baf /starmath/inc
parent0e9c60d5964e27d0ff5b48edcb23b340e9a0233b (diff)
XubString->rtl::OUString
Change-Id: Ic7426d9838bb1034618c3d553482256d1866878f
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/cursor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index dcfea886736d..3c274cb7b7d2 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -139,7 +139,7 @@ public:
void DeletePrev(OutputDevice* pDev);
/** Insert text at the current position */
- void InsertText(XubString aString);
+ void InsertText(rtl::OUString aString);
/** Insert an element into the formula */
void InsertElement(SmFormulaElement element);
@@ -166,7 +166,7 @@ public:
* For more complex expressions use InsertCommandText, this method doesn't
* use SmParser, this means that it's faster, but not as strong.
*/
- void InsertSpecial(XubString aString);
+ void InsertSpecial(rtl::OUString aString);
/** Create sub-/super script
*