diff options
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 |