summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/_xpoly.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 14:06:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 14:06:05 +0000
commit80204d8fcf35c14168a75765360eb61977653162 (patch)
treebef084bbf17b8e0d28743b03ea7213aafeae831e /svx/source/xoutdev/_xpoly.cxx
parent45804b0395ec0f8369224229e41f1b099c4754d3 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'svx/source/xoutdev/_xpoly.cxx')
-rw-r--r--svx/source/xoutdev/_xpoly.cxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/svx/source/xoutdev/_xpoly.cxx b/svx/source/xoutdev/_xpoly.cxx
index 621c1e1c59f9..8f00908187ff 100644
--- a/svx/source/xoutdev/_xpoly.cxx
+++ b/svx/source/xoutdev/_xpoly.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: _xpoly.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ka $ $Date: 2002-05-29 13:26:27 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:05:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -465,8 +465,7 @@ XPolygon::XPolygon(const Point& rCenter, long nRx, long nRy,
GenBezArc(rCenter, nRx, nRy, nXHdl, nYHdl, nA1, nA2, nQuad, nPos);
nPos += 3;
if ( !bLoopEnd )
- // ## XPOLY_SMOOTH -> XPOLY_SYMMTR
- pImpXPolygon->pFlagAry[nPos] = (BYTE) XPOLY_SYMMTR;
+ pImpXPolygon->pFlagAry[nPos] = (BYTE) XPOLY_SMOOTH;
} while ( !bLoopEnd );
@@ -476,9 +475,8 @@ XPolygon::XPolygon(const Point& rCenter, long nRx, long nRy,
if ( bFull )
{
- // ## XPOLY_SMOOTH -> XPOLY_SYMMTR
- pImpXPolygon->pFlagAry[0 ] = (BYTE) XPOLY_SYMMTR;
- pImpXPolygon->pFlagAry[nPos] = (BYTE) XPOLY_SYMMTR;
+ pImpXPolygon->pFlagAry[0 ] = (BYTE) XPOLY_SMOOTH;
+ pImpXPolygon->pFlagAry[nPos] = (BYTE) XPOLY_SMOOTH;
}
pImpXPolygon->nPoints = nPos + 1;
}