summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/vclhelpergradient.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2007-11-22 14:01:17 +0000
committerArmin Weiss <aw@openoffice.org>2007-11-22 14:01:17 +0000
commit2ec34d8ca6bd35345f34c7d4cf00b5668f08a679 (patch)
tree48f9f988ce468991fb05c802fd9621676914eb79 /drawinglayer/source/processor2d/vclhelpergradient.cxx
parent2410376ed5d6472eef727aba0aff411c9e21362e (diff)
#i39532# wntmsci10 correction
Diffstat (limited to 'drawinglayer/source/processor2d/vclhelpergradient.cxx')
-rw-r--r--drawinglayer/source/processor2d/vclhelpergradient.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/drawinglayer/source/processor2d/vclhelpergradient.cxx b/drawinglayer/source/processor2d/vclhelpergradient.cxx
index 804a023ef106..4f81b88a6509 100644
--- a/drawinglayer/source/processor2d/vclhelpergradient.cxx
+++ b/drawinglayer/source/processor2d/vclhelpergradient.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclhelpergradient.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hdu $ $Date: 2007-04-17 10:02:28 $
+ * last change: $Author: aw $ $Date: 2007-11-22 15:01:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -239,7 +239,6 @@ namespace drawinglayer
{
const basegfx::B2DPoint aCircleCenter(0.5, 0.5);
aUnitPolygon = basegfx::tools::createPolygonFromEllipse(aCircleCenter, 0.5, 0.5);
- // aUnitPolygon = basegfx::tools::adaptiveSubdivideByAngle(aUnitPolygon);
}
else
{