[PATCH] Replace String by OUString
Olivier Hallot
olivier.hallot at alta.org.br
Thu Mar 1 17:17:18 PST 2012
Replace String by OUString
---
starmath/source/mathtype.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index 58d37d7..3995390 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;
--
1.7.5.4
--------------000805040106080509020005--
More information about the LibreOffice
mailing list