summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:24:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:24:50 +0000
commitd08c44603ade8462fc4e613cc004dc6ea10de9ee (patch)
tree2b28173d5d4959cbd3bda5c467162bc533766a7b /goodies
parente6d460d3249c8491cda886dcb9a7988568e21784 (diff)
INTEGRATION: CWS ooo20040815 (1.4.66); FILE MERGED
2004/08/04 13:20:09 waratah 1.4.66.1: #i32569# reorder definitions to match class definition
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/base3d/b3ddeflt.cxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/goodies/source/base3d/b3ddeflt.cxx b/goodies/source/base3d/b3ddeflt.cxx
index 97abf00bc3bf..ff4adec8606f 100644
--- a/goodies/source/base3d/b3ddeflt.cxx
+++ b/goodies/source/base3d/b3ddeflt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3ddeflt.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 10:53:07 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:24:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,14 +100,12 @@ Base3DDefault::Base3DDefault(OutputDevice* pOutDev)
pPictureWrite(NULL),
pTransparenceWrite(NULL),
fDetail(1.0),
+ fDetailBackup( -1.0 ),
+ nMaxPixels(500000),
bReducedDetail(FALSE),
bDetailBackedup(FALSE),
+ mbPTCorrection(sal_True)
- // #96837#
- mbPTCorrection(sal_True),
-
- fDetailBackup( -1.0 ),
- nMaxPixels(500000)
{
}