From 50d7e02bb772d58f0babaf3e9550b865554e2a27 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 12 May 2020 23:58:10 +1000 Subject: vcl: I found it hard to read this code, removed unnecessary whitespace Change-Id: Idef29168a77548aed0c1c99e85b386df5c2c2a2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94564 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- vcl/source/gdi/print2.cxx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'vcl') diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx index 91aea94ebb46..b23daf53817e 100644 --- a/vcl/source/gdi/print2.cxx +++ b/vcl/source/gdi/print2.cxx @@ -838,15 +838,10 @@ bool OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, const tools::Rectangle aBBCurrAct( ImplCalcActionBounds(*pCurrAct, *aMapModeVDev) ); // accumulate collected bounds here, initialize with current action - tools::Rectangle aTotalBounds( aBBCurrAct ); // thus, - // aTotalComponents.aBounds - // is - // empty - // for - // non-output-generating - // actions - bool bTreatSpecial( false ); - ConnectedComponents aTotalComponents; + tools::Rectangle aTotalBounds( aBBCurrAct ); // thus, aTotalComponents.aBounds is empty + // for non-output-generating actions + bool bTreatSpecial( false ); + ConnectedComponents aTotalComponents; // STAGE 2.1: Search for intersecting cc entries -- cgit