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

New commits:
commit 50d7e02bb772d58f0babaf3e9550b865554e2a27
Author:     Chris Sherlock <chris.sherloc...@gmail.com>
AuthorDate: Tue May 12 23:58:10 2020 +1000
Commit:     Mike Kaganski <mike.kagan...@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.kagan...@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
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to