summaryrefslogtreecommitdiff
path: root/goodies/source/base3d
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:25:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:25:32 +0000
commit91926a6b2884cc0956e257890b1a2d916e39a269 (patch)
treee5dec135d17fa5d998f3ad10ca295fb0ce3bebeb /goodies/source/base3d
parent853f4f646507460a44d79519ebbfb384cf19e59a (diff)
INTEGRATION: CWS ooo20040815 (1.3.224); FILE MERGED
2004/08/04 13:20:09 waratah 1.3.224.1: #i32569# reorder definitions to match class definition
Diffstat (limited to 'goodies/source/base3d')
-rw-r--r--goodies/source/base3d/b3dopngl.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/goodies/source/base3d/b3dopngl.cxx b/goodies/source/base3d/b3dopngl.cxx
index a3679f6fee13..bbd7555db59e 100644
--- a/goodies/source/base3d/b3dopngl.cxx
+++ b/goodies/source/base3d/b3dopngl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dopngl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: aw $ $Date: 2001-06-26 14:01:48 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:25:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,9 +100,9 @@
Base3DOpenGL::Base3DOpenGL(OutputDevice* pOutDev)
: Base3D(pOutDev),
aOpenGL(pOutDev),
- aEmptyVector(0.0, 0.0, 0.0),
aLastNormal(DBL_MAX, DBL_MAX, DBL_MAX),
aLastTexCoor(DBL_MAX, DBL_MAX, DBL_MAX),
+ aEmptyVector(0.0, 0.0, 0.0),
fOffFacMul100((float)(-0.2 * 100.0)),
fOffUniMul100((float)(-1.0 * 100.0)),
aPhongBuffer(12), // 4K
@@ -432,6 +432,8 @@ void Base3DOpenGL::DrawPhongPrimitives()
}
break;
}
+ default:
+ break; // -Wall multiple values not handled.
}
aOpenGL.End();
}