diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:31:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:31:52 +0000 |
commit | 6ec6bcae7ec8389ddc945d74d1ea4d2b35bb3df8 (patch) | |
tree | 15538dee5c7b3489f2e9f77d8e9149dc82af1ebf /goodies | |
parent | 6d075a882ce0f4b0c85098f8b0e09045a529d84d (diff) |
INTEGRATION: CWS sb59 (1.3.108); FILE MERGED
2006/08/07 14:45:32 sb 1.3.108.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/inc/b3dtrans.hxx | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/goodies/inc/b3dtrans.hxx b/goodies/inc/b3dtrans.hxx index f3875905bd26..386199e6f229 100644 --- a/goodies/inc/b3dtrans.hxx +++ b/goodies/inc/b3dtrans.hxx @@ -4,9 +4,9 @@ * * $RCSfile: b3dtrans.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:13:55 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:31:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -157,15 +157,9 @@ public: const Matrix4D& GetInvObjectTrans() { return aInvObjectTrans; } // Orientation -#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)); -#else - 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)); -#endif + void SetOrientation(Vector3D const & aVRP = Vector3D(0.0,0.0,1.0), + Vector3D const & aVPN = Vector3D(0.0,0.0,1.0), + Vector3D const & aVUP = Vector3D(0.0,1.0,0.0)); void SetOrientation(Matrix4D& mOrient); const Matrix4D& GetOrientation() { return aOrientation; } const Matrix4D& GetInvOrientation() { return aInvOrientation; } |