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

New commits:
commit 145a569fb15b77f3e85ce50295511111bb1d8adc
Author: Chris Sherlock <chris.sherloc...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to