summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.hxx
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2013-07-16 07:47:27 -0300
committerAndras Timar <atimar@suse.com>2013-07-16 12:21:00 +0000
commit150c9f8bbcffacc687a5603e2a589d2a3816dccb (patch)
tree3ac2128e53eba42642d4b89c9c02390296b413cf /starmath/source/mathmlimport.hxx
parent32527be0677a8fa971ebbf39ca9cab9c5a3687fb (diff)
String.AppendAscii() cleanup in math
Change-Id: I567e1a80ab75d6ebdaba52cb9afd47dbd52f39ce Reviewed-on: https://gerrit.libreoffice.org/4933 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'starmath/source/mathmlimport.hxx')
-rw-r--r--starmath/source/mathmlimport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx
index 76363dfec3b6..17b0260e18de 100644
--- a/starmath/source/mathmlimport.hxx
+++ b/starmath/source/mathmlimport.hxx
@@ -83,7 +83,7 @@ class SmXMLImport : public SvXMLImport
SmNodeStack aNodeStack;
sal_Bool bSuccess;
- String aText;
+ OUString aText;
public:
SmXMLImport(
@@ -256,7 +256,7 @@ public:
}
sal_Bool GetSuccess() { return bSuccess; }
- String &GetText() { return aText; }
+ OUString &GetText() { return aText; }
virtual void SetViewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);
virtual void SetConfigurationSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aViewProps);