diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-26 16:19:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-26 16:19:26 +0000 |
commit | 63f73cc363ccb42777fc94c179d630277be23116 (patch) | |
tree | 4deedb2af0dbaad9bc8d5dde93a7e6ff201c66e4 /goodies | |
parent | 1dd3fc1e1b8ddb727f43cd0b7f7c0282922de51d (diff) |
INTEGRATION: CWS aw034 (1.4.50); FILE MERGED
2006/01/13 19:11:23 aw 1.4.50.1: #125865#
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 481f04668ce0..fc399e3f3631 100644 --- a/goodies/source/base3d/b3dgeom.cxx +++ b/goodies/source/base3d/b3dgeom.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3dgeom.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:25:59 $ + * last change: $Author: hr $ $Date: 2006-01-26 17:19:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -661,7 +661,7 @@ Vector3D B3dGeometry::CalcNormal(UINT32 nLow, UINT32 nHigh) const else if(!pVec3) { pVec3 = &(((B3dGeometry*)this)->aEntityBucket[nLow++].Point().GetVector3D()); - if(*pVec3 == *pVec2 || pVec3 == pVec1) + if(*pVec3 == *pVec2 || *pVec3 == *pVec1) // #125865# pVec3 = NULL; } } |