From 5416bef7901adcbfc94004e9cd24bdd3d4fc47e2 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 28 Apr 2014 20:45:33 +1000 Subject: VCL: remove newline from DrawGrid in outdev/rect.cxx Change-Id: Iff26673bd97827bca20b19937591c1fbc69bdf4f --- vcl/source/outdev/polygon.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/outdev/polygon.cxx b/vcl/source/outdev/polygon.cxx index b3c60019191f..cf3a07393122 100644 --- a/vcl/source/outdev/polygon.cxx +++ b/vcl/source/outdev/polygon.cxx @@ -481,7 +481,6 @@ void OutputDevice::ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const Poly void OutputDevice::DrawGrid( const Rectangle& rRect, const Size& rDist, sal_uLong nFlags ) { - Rectangle aDstRect( PixelToLogic( Point() ), GetOutputSize() ); aDstRect.Intersection( rRect ); -- cgit