[Libreoffice-commits] .: starmath/source

Tor Lillqvist tml at kemper.freedesktop.org
Mon Mar 5 01:00:06 PST 2012


 starmath/source/mathtype.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 39d63cc9b9d307a77f9fe3986f92a6fa52bc552b
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date:   Thu Mar 1 22:17:18 2012 -0300

    Replace String by OUString
    
    Replace String by OUString

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;


More information about the Libreoffice-commits mailing list