summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-09-03 18:29:30 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-09-04 09:57:11 +0000
commit9a0d753b84aed53083bed3ed460308b771f432a8 (patch)
treec4c27c8f8eb8c1a08df3f6e87e230918a1784eb1 /starmath/source/mathmlexport.hxx
parented87e4c4b09d0f623c350528a4f6a6d049735bd1 (diff)
String to OUString
Change-Id: I8c51db8fce8c5eea1ac7bd5751aa7f3212ef1166 Reviewed-on: https://gerrit.libreoffice.org/5790 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/mathmlexport.hxx')
-rw-r--r--starmath/source/mathmlexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx
index d7ca75a7f534..4f97bb403b43 100644
--- a/starmath/source/mathmlexport.hxx
+++ b/starmath/source/mathmlexport.hxx
@@ -77,7 +77,7 @@ public:
class SmXMLExport : public SvXMLExport
{
const SmNode * pTree;
- String aText;
+ OUString aText;
sal_Bool bSuccess;
protected: