diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:39:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:39:08 +0000 |
commit | 73bda7f51271f0aa697f76c686cde4c5929398bc (patch) | |
tree | d657b19bc669d4bc02bc62353703a8bfc0204703 /goodies | |
parent | 35ebeed5d325342745c841b056d4450dab43cde2 (diff) |
INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED
2006/04/07 19:19:18 sb 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED
2005/11/16 16:42:09 pl 1.4.24.1: #i55991# removed warnings
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/base3d/b3dgeom.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/base3d/b3dgeom.cxx b/goodies/source/base3d/b3dgeom.cxx index fc399e3f3631..0f402076e613 100644 --- a/goodies/source/base3d/b3dgeom.cxx +++ b/goodies/source/base3d/b3dgeom.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3dgeom.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-01-26 17:19:26 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:39:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -393,7 +393,7 @@ void B3dGeometry::Transform(const Matrix4D& rMat) |* \************************************************************************/ -sal_Bool B3dGeometry::CheckHit(const Vector3D& rFront, const Vector3D& rBack, sal_uInt16 nTol) +sal_Bool B3dGeometry::CheckHit(const Vector3D& rFront, const Vector3D& rBack, sal_uInt16 /*nTol*/) { sal_uInt32 nPolyCounter(0L); sal_uInt32 nEntityCounter(0L); |