INTEGRATION: CWS chart07 (1.23.8); FILE MERGED

2007/07/11 15:03:58 bm 1.23.8.1: #i69281# warnings removed
This commit is contained in:
Rüdiger Timm 2007-07-25 08:06:32 +00:00
parent 23c6d50f0d
commit ffad6a731b

View file

@ -4,9 +4,9 @@
*
* $RCSfile: ShapeFactory.cxx,v $
*
* $Revision: 1.23 $
* $Revision: 1.24 $
*
* last change: $Author: obo $ $Date: 2007-06-11 15:04:20 $
* last change: $Author: rt $ $Date: 2007-07-25 09:06:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -250,7 +250,7 @@ uno::Any createPolyPolygon_Cube(
//fWidthH stands for Half Width
const double fWidthH = rSize.DirectionX >=0.0? rSize.DirectionX/2.0 : -rSize.DirectionX/2.0;
const double fHeight = rSize.DirectionY;
const double fDepth = rSize.DirectionZ >=0.0? rSize.DirectionZ : -rSize.DirectionZ ;
// const double fDepth = rSize.DirectionZ >=0.0? rSize.DirectionZ : -rSize.DirectionZ ;
const double fHeightSign = fHeight >= 0.0 ? 1.0 : -1.0;