To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68442


User aw changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|aw                        |thb
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Nov  3 06:11:59 -0800 
2006 -------
AW->THB: Please review. Problem was that the bucket-mechanism which olds the
incarnations of B3dEntity does not use the B3dEntity() constructor. This is not
a big problem, it's only a data container and all used stuff needs to be
initialized before usage. What was missing here was the PlaneNormal 
initialisation.
This stuff will be gone with aw024 anyways.

Changes:

  D:\aw036\SRC680\goodies\source\base3d\b3dgeom.cxx(236):               
rNew.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal
  D:\aw036\SRC680\goodies\source\base3d\b3dgeom.cxx(248):               
rNew.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal
  D:\aw036\SRC680\goodies\source\base3d\b3dgeom.cxx(264):               
rNew.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal
  D:\aw036\SRC680\goodies\source\base3d\b3dgeom.cxx(278):               
rNew.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal
  D:\aw036\SRC680\goodies\source\base3d\b3dgeom.cxx(297):               
rNew.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal
  D:\aw036\SRC680\goodies\source\base3d\b3dgeom.cxx(313):               
rNew.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal
  D:\aw036\SRC680\goodies\source\base3d\base3d.cxx(666):        
rEntity.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal
  D:\aw036\SRC680\goodies\source\base3d\base3d.cxx(681):        
rEntity.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal
  D:\aw036\SRC680\goodies\source\base3d\base3d.cxx(704):        
rEntity.PlaneNormal() =
Vector3D(); // #i68442# Init PlaneNormal

diffs of b3dgeom and base3d:

Index: b3dgeom.cxx
===================================================================
RCS file: /cvs/graphics/goodies/source/base3d/b3dgeom.cxx,v
retrieving revision 1.7
retrieving revision 1.7.20.1
diff -r1.7 -r1.7.20.1
7c7
<  *  $Revision: 1.7 $
---
>  *  $Revision: 1.7.20.1 $
9c9
<  *  last change: $Author: obo $ $Date: 2006/09/17 15:37:52 $
---
>  *  last change: $Author: aw $ $Date: 2006/10/25 10:07:22 $
235a236
>               rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
246a248
>               rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
261a264
>               rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
274a278
>               rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
292a297
>               rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
307a313
>               rNew.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal

Index: base3d.cxx
===================================================================
RCS file: /cvs/graphics/goodies/source/base3d/base3d.cxx,v
retrieving revision 1.10
retrieving revision 1.10.22.1
diff -r1.10 -r1.10.22.1
7c7
<  *  $Revision: 1.10 $
---
>  *  $Revision: 1.10.22.1 $
9c9
<  *  last change: $Author: obo $ $Date: 2006/09/17 15:39:38 $
---
>  *  last change: $Author: aw $ $Date: 2006/10/25 10:07:22 $
665a666
>       rEntity.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
679a681
>       rEntity.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal
701a704
>       rEntity.PlaneNormal() = Vector3D(); // #i68442# Init PlaneNormal



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to