[Libreoffice-commits] .: vcl/win

Caolán McNamara caolan at kemper.freedesktop.org
Mon Nov 21 04:54:32 PST 2011


 vcl/win/source/gdi/winlayout.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6a9593f8825c1c91007099ceae8ed0c497693ae9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 21 12:53:58 2011 +0000

    trailing/missing ,

diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx
index dbcd2ce..bed53a1 100644
--- a/vcl/win/source/gdi/winlayout.cxx
+++ b/vcl/win/source/gdi/winlayout.cxx
@@ -268,9 +268,9 @@ SimpleWinLayout::SimpleWinLayout( HDC hDC, BYTE nCharSet,
     mpGlyphs2Chars( NULL ),
     mpGlyphRTLFlags( NULL ),
     mnWidth( 0 ),
-    mbDisableGlyphs( false )
+    mbDisableGlyphs( false ),
     mnNotdefWidth( -1 ),
-    mnCharSet( nCharSet ),
+    mnCharSet( nCharSet )
 {
     mbDisableGlyphs = true;
 }


More information about the Libreoffice-commits mailing list