[Libreoffice-commits] core.git: vcl/source

Chris Sherlock (via logerrit) logerrit at kemper.freedesktop.org
Sat May 23 11:05:43 UTC 2020


 vcl/source/gdi/print2.cxx |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

New commits:
commit 50d7e02bb772d58f0babaf3e9550b865554e2a27
Author:     Chris Sherlock <chris.sherlock79 at gmail.com>
AuthorDate: Tue May 12 23:58:10 2020 +1000
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sat May 23 13:05:09 2020 +0200

    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 at collabora.com>

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
 


More information about the Libreoffice-commits mailing list