summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-28 20:45:33 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-28 20:45:33 +1000
commit5416bef7901adcbfc94004e9cd24bdd3d4fc47e2 (patch)
tree9ff7cc782b3e6928e7645e5a4b3d13a2fe5cbf60 /vcl
parentc028b0059a4ec12590593e56642db5264bdb4835 (diff)
VCL: remove newline from DrawGrid in outdev/rect.cxx
Change-Id: Iff26673bd97827bca20b19937591c1fbc69bdf4f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/polygon.cxx1
1 files changed, 0 insertions, 1 deletions
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 );