[Libreoffice-commits] .: filter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 10:24:35 PST 2012


 filter/source/msfilter/svdfppt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 677f13f0e2567bcf667b016ef5e173766cc89cbf
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Nov 22 19:21:42 2012 +0100

    PPTStyleTextPropReader::Init: -Werror=sign-compare
    
    Change-Id: Ied7cfc6b1ab22d1af8a8d9e6a6c2eba77f90bcb6

diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index c3b495a..208d8b5 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -5113,7 +5113,7 @@ void PPTStyleTextPropReader::Init( SvStream& rIn, SdrPowerPointImport& rMan, con
         sal_uInt32 nCurrentPara = 0;
         size_t i = 1;                   // points to the next element to process
         sal_uInt32 nCurrentSpecMarker = aSpecMarkerList.empty() ? 0 : aSpecMarkerList[0];
-        sal_uInt16 nStringLen = aString.Len();
+        sal_uInt32 nStringLen = aString.Len();
 
         while ( nCharAnzRead < nStringLen )
         {


More information about the Libreoffice-commits mailing list