summaryrefslogtreecommitdiff
path: root/vcl/generic/print/common_gfx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/print/common_gfx.cxx')
-rw-r--r--vcl/generic/print/common_gfx.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/generic/print/common_gfx.cxx b/vcl/generic/print/common_gfx.cxx
index 3b1f87e88ebb..c5cc108c5e8e 100644
--- a/vcl/generic/print/common_gfx.cxx
+++ b/vcl/generic/print/common_gfx.cxx
@@ -436,7 +436,6 @@ PrinterGfx::DrawPolyPolygon (sal_uInt32 nPoly, const sal_uInt32* pSizes, const P
if ( !nPoly || !pPaths || !(maFillColor.Is() || maLineColor.Is()))
return;
-
// setup closed path
for( unsigned int i = 0; i < nPoly; i++ )
{
@@ -597,7 +596,6 @@ PrinterGfx::DrawPolyPolygonBezier (sal_uInt32 nPoly, const sal_uInt32 * pPoints,
if ( !nPoly || !pPtAry || !pPoints || !(maFillColor.Is() || maLineColor.Is()))
return;
-
for (unsigned int i=0; i<nPoly;i++)
{
sal_uInt32 nPoints = pPoints[i];
@@ -654,7 +652,6 @@ PrinterGfx::DrawPolyPolygonBezier (sal_uInt32 nPoly, const sal_uInt32 * pPoints,
PSGRestore();
}
-
/*
* postscript generating routines
*/