diff --git a/vcl/source/outdev/line.cxx b/vcl/source/outdev/line.cxx index 08348eb..4ab00c1 100644 --- a/vcl/source/outdev/line.cxx +++ b/vcl/source/outdev/line.cxx @@ -255,7 +255,7 @@ void OutputDevice::drawLine( basegfx::B2DPolyPolygon aLinePolyPolygon, const Lin bool bDone(false); - if(bTryAA) + if(false && bTryAA) { bDone = mpGraphics->DrawPolyPolygon(aFillPolyPolygon, 0.0, this); }