Kaydet (Commit) d31844da authored tarafından Takeshi Abe's avatar Takeshi Abe

It's a constant

Change-Id: I2315b580f8c786cc41d3cd43cdec485717785d5c
üst c4c2c7e4
......@@ -694,7 +694,7 @@ bool Spline2Poly(tools::Polygon& rSpln, bool Periodic, tools::Polygon& rPoly)
sal_uInt16 n; // number of partial polynoms to draw
sal_uInt16 i; // actual partial polynom
bool bOk; // all still ok?
sal_uInt16 PolyMax=16380; // max number of polygon points
const sal_uInt16 PolyMax=16380; // max number of polygon points
bOk=CalcSpline(rSpln,Periodic,n,ax,ay,bx,by,cx,cy,dx,dy,tv);
if (bOk) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment