summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:48:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:48:35 +0000
commit8d26a098d30463af4e8200afdcfa3471a91a76d5 (patch)
tree1e442da21fecaa1ddf5e14e6368371870b60af8a
parentb4ab998ee7224cdd178ece2e6de92e12f9014134 (diff)
INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED
2005/11/16 16:42:20 pl 1.5.24.1: #i55991# removed warnings
-rw-r--r--goodies/source/filter.vcl/itga/itga.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/source/filter.vcl/itga/itga.cxx b/goodies/source/filter.vcl/itga/itga.cxx
index 3edacc51cb09..44d0499d3125 100644
--- a/goodies/source/filter.vcl/itga/itga.cxx
+++ b/goodies/source/filter.vcl/itga/itga.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: itga.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:01:53 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:48:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -582,7 +582,7 @@ BOOL TGAReader::ImplReadBody()
}
else
{
- for ( USHORT nYCount = 0; nYCount < mpFileHeader->nImageHeight; nYCount++, nY += nYAdd )
+ for ( nYCount = 0; nYCount < mpFileHeader->nImageHeight; nYCount++, nY += nYAdd )
{
nX = nXStart;
nXCount = 0;
@@ -681,7 +681,7 @@ BOOL TGAReader::ImplReadPalette()
}
mpColorMap = new UINT32[ nColors ]; // we will always index dwords
if ( mpColorMap == FALSE )
- return FALSE; // out of memory %&!$&/!"$
+ return FALSE; // out of memory %&!$&/!"�$
switch( mpFileHeader->nColorMapEntrySize )
{