To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101050
------- Additional comments from [email protected] Thu Apr 30 13:33:40 +0000 2009 ------- AW: For itself: It would be better to replace const bool bNormals(aPolyNormals3D.count()); const bool bTexture(aPolyTexture2D.count()); with a more safe const bool bNormals(aPolyNormals3D.count() && aPolyNormals3D.count() == aPolyPolygon3D.count()); const bool bTexture(aPolyTexture2D.count() && aPolyTexture2D.count() == aPolyPolygon3D.count()); --------------------------------------------------------------------- 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]
