diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-20 20:06:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-20 20:06:39 +0200 |
commit | 122b729a5a974179265b6d7a8c1c92199262b76a (patch) | |
tree | 2e6c0bc201f7f2fb68f0ac88d29f6d58c791f501 /chart2/source | |
parent | 5bc0a6cf4e5e17fce49dad2575a13435908f2223 (diff) |
Removed unused fMaxSize introduced by previous changeset 3e5edf6c.
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/view/main/ShapeFactory.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx index dc06ebac0dbe..c2626ca8c819 100644 --- a/chart2/source/view/main/ShapeFactory.cxx +++ b/chart2/source/view/main/ShapeFactory.cxx @@ -1293,7 +1293,6 @@ drawing::PolyPolygonShape3D createPolyPolygon_Symbol( const drawing::Position3D& 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 const sal_Int32 nQuarterCount = 35; // points inside a quadrant, used in case circle sal_Int32 nPointCount = 4; //all arrow symbols only need 4 points |