diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2020-05-12 23:58:10 +1000 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-05-23 13:05:09 +0200 |
commit | 50d7e02bb772d58f0babaf3e9550b865554e2a27 (patch) | |
tree | 0f75086a06370b7fa4b9b7e28c9666594c5a5af0 /vcl | |
parent | 1668d38a14e10f7433eed83b21c11f5e0f2915d6 (diff) |
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 <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/print2.cxx | 13 |
1 files changed, 4 insertions, 9 deletions
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 |