summaryrefslogtreecommitdiff
path: root/goodies/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 16:55:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 16:55:52 +0000
commit6e05873d6c0214ea57979911d6fd172218f4447c (patch)
tree6adec6ea8c267347802cdba8a6db725b32b4cb1b /goodies/inc
parent4b87c0bdbf6735b8afbfdfef3c57a8cf7aa9bf94 (diff)
INTEGRATION: CWS ooo20031110 (1.1.1.1.140); FILE MERGED
2003/11/05 12:42:55 waratah 1.1.1.1.140.1: #i21906# remove const without type, unnessecary anyway
Diffstat (limited to 'goodies/inc')
-rw-r--r--goodies/inc/b3dtrans.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/inc/b3dtrans.hxx b/goodies/inc/b3dtrans.hxx
index 75e393515e42..74bce5046fac 100644
--- a/goodies/inc/b3dtrans.hxx
+++ b/goodies/inc/b3dtrans.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dtrans.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:08 $
+ * last change: $Author: rt $ $Date: 2003-12-01 17:55:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -183,7 +183,7 @@ public:
const Matrix4D& GetInvObjectTrans() { return aInvObjectTrans; }
// Orientation
-#ifndef ICC
+#if ! defined ICC && ! defined __GNUC__
void SetOrientation(Vector3D& aVRP = Vector3D(0.0,0.0,1.0),
Vector3D& aVPN = Vector3D(0.0,0.0,1.0),
Vector3D& aVUP = Vector3D(0.0,1.0,0.0));