diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 16:56:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 16:56:13 +0000 |
commit | 0699c35ed97112a6477c7b0f12bf9bc29aee3665 (patch) | |
tree | 6831b752107520957c75470f928e32edd50188d9 /goodies/source/base3d | |
parent | 6e05873d6c0214ea57979911d6fd172218f4447c (diff) |
INTEGRATION: CWS ooo20031110 (1.1.1.1.140); FILE MERGED
2003/11/05 12:42:57 waratah 1.1.1.1.140.1: #i21906# remove const without type, unnessecary anyway
Diffstat (limited to 'goodies/source/base3d')
-rw-r--r-- | goodies/source/base3d/b3dtrans.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/base3d/b3dtrans.cxx b/goodies/source/base3d/b3dtrans.cxx index 0765e2adc001..d93612c5d6bf 100644 --- a/goodies/source/base3d/b3dtrans.cxx +++ b/goodies/source/base3d/b3dtrans.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b3dtrans.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:30:10 $ + * last change: $Author: rt $ $Date: 2003-12-01 17:56:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,7 +148,7 @@ void B3dTransformationSet::PostSetObjectTrans() |* \************************************************************************/ -#ifndef ICC +#if ! defined ICC && ! defined __GNUC__ void B3dTransformationSet::SetOrientation( Vector3D& aVRP, Vector3D& aVPN, Vector3D& aVUP) #else void B3dTransformationSet::SetOrientation( Vector3D aVRP, Vector3D aVPN, Vector3D aVUP) |