summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:06:13 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:06:13 +0000
commitf7f9c5df275738bfb84489426c63998f9e605119 (patch)
tree5212740ea6b6a4abd3968556b5d5a214bdaf18ed /goodies
parent80b6e9d1dbe2c091a6b34f044b7526d2eb791fe4 (diff)
INTEGRATION: CWS impress134 (1.11.104); FILE MERGED
2007/10/31 15:45:12 sj 1.11.104.1: #i81120# added patch (signed/unsigned issue)
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/ipsd/ipsd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/ipsd/ipsd.cxx b/goodies/source/filter.vcl/ipsd/ipsd.cxx
index 6730516b7f38..6b617de41de0 100644
--- a/goodies/source/filter.vcl/ipsd/ipsd.cxx
+++ b/goodies/source/filter.vcl/ipsd/ipsd.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ipsd.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 16:16:28 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 17:06:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -372,7 +372,7 @@ BOOL PSDReader::ImplReadBody()
{
ULONG nX, nY;
char nRunCount = 0;
- char nBitCount = -1;
+ signed char nBitCount = -1;
BYTE nDat = 0, nDummy, nRed, nGreen, nBlue;
BitmapColor aBitmapColor;
nX = nY = 0;