summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-03-01 22:17:18 -0300
committerTor Lillqvist <tml@iki.fi>2012-03-05 10:59:54 +0200
commit39d63cc9b9d307a77f9fe3986f92a6fa52bc552b (patch)
tree4b2bca217c36c8097d38cbdb84bb9af0988e8ee6 /starmath
parentdb74590950afc8def36a42abae786be5ebad85d9 (diff)
Replace String by OUString
Replace String by OUString
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathtype.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index 58d37d7217d0..3995390bf5db 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -666,11 +666,11 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
sal_uInt8 nTag,nRecord;
sal_uInt8 nTabType,nTabStops;
sal_uInt16 nTabOffset;
- String sFontName;
+ rtl::OUString sFontName;
int i,nRet=1,newline=0;
bool bSilent=false;
int nPart=0;
- String sPush,sMainTerm;
+ rtl::OUString sPush,sMainTerm;
int nSetSize=0,nSetAlign=0;
int nCurRow=0,nCurCol=0;
bool bOpenString=false;