summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:05:51 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:05:51 +0000
commit80b6e9d1dbe2c091a6b34f044b7526d2eb791fe4 (patch)
treecbcda0669364ee189e3b3605d0651e97ecb8deed /goodies
parente3db56c862d9e4940926922f7dd7207e3665ecec (diff)
INTEGRATION: CWS impress134 (1.7.104); FILE MERGED
2007/10/31 15:43:55 sj 1.7.104.1: #i81120# added patch (signed/unsigned issue)
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/ipbm/ipbm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/ipbm/ipbm.cxx b/goodies/source/filter.vcl/ipbm/ipbm.cxx
index d75a10049e07..392a5e5c45fc 100644
--- a/goodies/source/filter.vcl/ipbm/ipbm.cxx
+++ b/goodies/source/filter.vcl/ipbm/ipbm.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ipbm.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 16:15:40 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 17:05:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -270,7 +270,7 @@ BOOL PBMReader::ImplReadBody()
ULONG nGrey, nRGB[3];
ULONG nWidth = 0;
ULONG nHeight = 0;
- char nShift = 0;
+ signed char nShift = 0;
if ( mbRaw )
{