summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-22 19:21:42 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-22 19:22:54 +0100
commit677f13f0e2567bcf667b016ef5e173766cc89cbf (patch)
tree7969efb5989840e329c292e92d51b609d76e2018 /filter
parent08ac75fce3cffc0457455b56d6bf8ead285a0dde (diff)
PPTStyleTextPropReader::Init: -Werror=sign-compare
Change-Id: Ied7cfc6b1ab22d1af8a8d9e6a6c2eba77f90bcb6
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index c3b495ae45fe..208d8b50c50e 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 )
{