vcl/source/gdi/outdev3.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d67c5b58f6174078fce4074b7c75d690f804c8cd
Author: Norbert Thiebaud <nthieb...@gmail.com>
Date:   Thu Jun 20 12:52:45 2013 -0500

    coverity#707562 : Unitialized scalar variable
    
    Change-Id: I3e3bebb25c5d2509de7017ece49d927f1d59c592
    Reviewed-on: https://gerrit.libreoffice.org/4403
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Eike Rathke <er...@redhat.com>

diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index 8338d9f..be980cb 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -7172,6 +7172,7 @@ SystemTextLayoutData 
OutputDevice::GetSysTextLayoutData(const Point& rStartPt, c
     SystemTextLayoutData aSysLayoutData;
     aSysLayoutData.nSize = sizeof(aSysLayoutData);
     aSysLayoutData.rGlyphData.reserve( 256 );
+    aSysLayoutData.orientation = 0;
 
     if ( mpMetaFile )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to