summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:30:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:30:33 +0000
commitd5740400149b86c6ae54dc3f5d1e0ae689372922 (patch)
tree885c03a8dad3c9ff5555a018cc188c6fc92a5d82 /goodies
parentf9c8ed60efb7feaf9ba359c963a3694170275f67 (diff)
INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED
2004/08/04 12:45:15 waratah 1.1.1.1.240.1: #i32569# Order declarations to match header file
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/icgm/bitmap.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/goodies/source/filter.vcl/icgm/bitmap.hxx b/goodies/source/filter.vcl/icgm/bitmap.hxx
index 2f2287d9489d..171f3eb37d6f 100644
--- a/goodies/source/filter.vcl/icgm/bitmap.hxx
+++ b/goodies/source/filter.vcl/icgm/bitmap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bitmap.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:13 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:30:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,12 +88,12 @@ class CGMBitmapDescriptor
long mnLocalColorPrecision;
sal_uInt32 mnCompressionMode;
CGMBitmapDescriptor() :
+ mpBuf ( NULL ),
+ mpBitmap ( NULL ),
mpAcc ( NULL ),
mbStatus ( sal_False ),
mbVMirror ( sal_False ),
- mbHMirror ( sal_False ),
- mpBitmap ( NULL ),
- mpBuf ( NULL ) { };
+ mbHMirror ( sal_False ) { };
~CGMBitmapDescriptor()
{
if ( mpAcc )