-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- -- 
Olivier Hallot
Founder, Board of Directors Member - The Document Foundation
LibreOffice translation leader for Brazilian Portuguese
+55-21-8822-8812
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPUCFXAAoJEJp3R7nH3vLxLJUH/3HqIC11CLobXe+AESdu2yWh
0im7y7qnS+AQM9+KNhEAmShHoq7FWl0R5nxN+hYKg+0+QX3osYfgWsx2LHROSRbT
YLWmr/p63my4TkKlSUJ2KScfTWl49Nep2A6+1Ub50+vg7tQkC1vwGYG6AqaqAl+k
vXrGNpuZ8Xtq8sY7quCwmtOXEgT42NbPiPvj/3vYrDJ+orR1XRBeii2SQiylvviT
yjworA5oAH9OR6+i3h3dyF0S+abN810hE2Dx48SPy+w0pnFCrM+YqIWXzT2fy8zf
JrCQD/jHzTsV0PoglhJbEOhpEp0lnoiyjZVGa92A56z+TXhrNJVcc1tIzrmQzYc=
=qlwU
-----END PGP SIGNATURE-----
>From a01579fc9ace9cc73e134f52066949d8aeea158e Mon Sep 17 00:00:00 2001
From: Olivier Hallot <olivier.hal...@alta.org.br>
Date: Thu, 1 Mar 2012 22:17:18 -0300
Subject: [PATCH] Replace String by OUString

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

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to