diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:37:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:37:23 +0000 |
commit | 6c670905e5b2e02520e98d741c401a43df75714a (patch) | |
tree | 7df66788aee2b8e4880c805e85863cbfc861b1fe /goodies | |
parent | 93c3168466a828291dc1b5bff51340577da6fa4c (diff) |
INTEGRATION: CWS sb59 (1.4.108); FILE MERGED
2006/08/07 14:31:10 sb 1.4.108.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/ipbm/ipbm.cxx | 6 |
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 11125a2e8993..f57aa014f0bf 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:51:30 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:37:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -269,7 +269,7 @@ BOOL PBMReader::ImplReadHeader() BOOL PBMReader::ImplReadBody() { BOOL bPara, bFinished = FALSE; - BYTE nDat, nCount; + BYTE nDat = 0, nCount; ULONG nGrey, nRGB[3]; ULONG nWidth = 0; ULONG nHeight = 0; |