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

Chris Sherlock chris.sherlock79 at gmail.com
Tue Feb 2 23:26:42 UTC 2016


 vcl/source/filter/wmf/wmfwr.cxx |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 145a569fb15b77f3e85ce50295511111bb1d8adc
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Feb 3 10:14:26 2016 +1100

    vcl: cosmetic change - it appears some newlines were missing in wmfwr.cxx
    
    Change-Id: I1c1678c96d5b2f4a88299b9b3da317fa28ba96c4

diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx
index 4ab9868..72830fb 100644
--- a/vcl/source/filter/wmf/wmfwr.cxx
+++ b/vcl/source/filter/wmf/wmfwr.cxx
@@ -802,7 +802,12 @@ void WMFWriter::WMFRecord_StretchDIB( const Point & rPoint, const Size & rSize,
         }
     }
 
-    pWMF->WriteUInt32( nROP ).             WriteInt16( 0 ).             WriteInt16( rBitmap.GetSizePixel().Height() ).             WriteInt16( rBitmap.GetSizePixel().Width() ).             WriteInt16( 0 ).             WriteInt16( 0 );
+    pWMF->WriteUInt32( nROP ).
+        WriteInt16( 0 ).
+        WriteInt16( rBitmap.GetSizePixel().Height() ).
+        WriteInt16( rBitmap.GetSizePixel().Width() ).
+        WriteInt16( 0 ).
+        WriteInt16( 0 );
 
     WriteHeightWidth(rSize);
     WritePointYX(rPoint);


More information about the Libreoffice-commits mailing list