Kaydet (Commit) 849482c0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I39d15f863f4e1fd585b03bfc5f8854fb66af3b4c
üst 9020ffa5
......@@ -275,7 +275,6 @@ namespace drawinglayer
// Convert a rectanglar polygon into a line.
basegfx::B2DPolygon aDash2;
basegfx::B2DRange aRange = aDash.getB2DRange();
basegfx::B2DPoint aPt(aRange.getMinX(), aRange.getMinY());
aDash2.append(basegfx::B2DPoint(aRange.getMinX(), aRange.getMinY()));
aDash2.append(basegfx::B2DPoint(aRange.getMaxX(), aRange.getMinY()));
xRetval[i] = Primitive2DReference(
......
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