summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:25:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:25:18 +0000
commit853f4f646507460a44d79519ebbfb384cf19e59a (patch)
tree5ca3a116ac9dcef55bad8b4aa3b3562d8debf970 /goodies
parent70bdc7b0ba69a27e269c79c3fea33043e3c539f9 (diff)
INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED
2004/08/04 13:20:09 waratah 1.1.1.1.240.1: #i32569# reorder definitions to match class definition
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/base3d/b3dlight.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/source/base3d/b3dlight.cxx b/goodies/source/base3d/b3dlight.cxx
index fdb5bc37192f..2f59678d4d7e 100644
--- a/goodies/source/base3d/b3dlight.cxx
+++ b/goodies/source/base3d/b3dlight.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dlight.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:10 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:25:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -316,9 +316,9 @@ void B3dLight::ReadData(SvStream& rIn)
B3dLightGroup::B3dLightGroup()
: aGlobalAmbientLight(255, 102, 102, 102),
+ bLightingEnabled(TRUE),
bLocalViewer(TRUE),
- bModelTwoSide(FALSE),
- bLightingEnabled(TRUE)
+ bModelTwoSide(FALSE)
{
// Lichtquellen initialisieren
for(UINT16 i=0; i < BASE3D_MAX_NUMBER_LIGHTS;i++)