summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:34:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:34:40 +0000
commitf0e7dfc8ce08101a7e8a0a973064d1c3779235a9 (patch)
tree7822bee1d7e2e2fb89239dedb9097e640b52417c /goodies
parent7cc49092f8d6d5c63be36d43e9bd311cd978dcee (diff)
INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED
2004/08/04 12:42:12 waratah 1.3.202.1: #i32569# Order declarations to match header file
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/itiff/ccidecom.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/source/filter.vcl/itiff/ccidecom.cxx b/goodies/source/filter.vcl/itiff/ccidecom.cxx
index d348f8a2fc79..324b6356cfa3 100644
--- a/goodies/source/filter.vcl/itiff/ccidecom.cxx
+++ b/goodies/source/filter.vcl/itiff/ccidecom.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ccidecom.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ka $ $Date: 2002-05-29 13:11:36 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:34:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -611,11 +611,11 @@ const CCIHuffmanTableEntry CCIUncompTableSave[CCIUncompTableSize]={
CCIDecompressor::CCIDecompressor( ULONG nOpts, UINT32 nImageWidth ) :
bTableBad ( FALSE ),
- pLastLine ( NULL ),
bStatus ( FALSE ),
pByteSwap ( NULL ),
+ nWidth ( nImageWidth ),
nOptions ( nOpts ),
- nWidth ( nImageWidth )
+ pLastLine ( NULL )
{
if ( nOpts & CCI_OPTION_INVERSEBITORDER )
{