Author: paveljanik
Date: Mon May 21 13:18:00 2012
New Revision: 1341005
URL: http://svn.apache.org/viewvc?rev=1341005&view=rev
Log:
WaE: comment unused variable to prevent warning.
Modified:
incubator/ooo/trunk/main/chart2/source/view/main/ShapeFactory.cxx
Modified: incubator/ooo/trunk/main/chart2/source/view/main/ShapeFactory.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/chart2/source/view/main/ShapeFactory.cxx?rev=1341005&r1=1341004&r2=1341005&view=diff
==============================================================================
--- incubator/ooo/trunk/main/chart2/source/view/main/ShapeFactory.cxx (original)
+++ incubator/ooo/trunk/main/chart2/source/view/main/ShapeFactory.cxx Mon May
21 13:18:00 2012
@@ -1326,7 +1326,7 @@ drawing::PolyPolygonShape3D createPolyPo
const double fWidthH = rSize.DirectionX/2.0; //fWidthH stands for Half
Width
const double fHeightH = rSize.DirectionY/2.0; //fHeightH stands for Half
Height
- double fMaxSize = fHeightH > fWidthH ? fHeightH : fWidthH; //assumes non
negative
+ // double fMaxSize = fHeightH > fWidthH ? fHeightH : fWidthH; //assumes
non negative
const sal_Int32 nQuarterCount = 35; // points inside a quadrant, used in
case circle
sal_Int32 nPointCount = 4; //all arrow symbols only need 4 points