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

Norbert Thiebaud nthiebaud at gmail.com
Fri Jun 21 04:36:31 PDT 2013


 sfx2/source/inc/workwin.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6bf42bfc5af08ea1c2f40dbc7a142cff88a3df79
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Thu Jun 20 13:38:06 2013 -0500

    coverity#707538 : unitialized scalar variables
    
    Change-Id: Ie0cd3f1d43398bf4023b5b4503e3519c8005e149
    Reviewed-on: https://gerrit.libreoffice.org/4407
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx
index 1d83bef..e0ab8af 100644
--- a/sfx2/source/inc/workwin.hxx
+++ b/sfx2/source/inc/workwin.hxx
@@ -57,6 +57,8 @@ struct SfxObjectBar_Impl
     SfxObjectBar_Impl() :
         nId(0),
         nMode(0),
+        nPos(0),
+        nIndex(0),
         bDestroy(sal_False),
         pIFace(0)
     {}


More information about the Libreoffice-commits mailing list