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

Caolán McNamara caolanm at redhat.com
Mon Nov 24 01:22:27 PST 2014


 sw/source/uibase/utlui/content.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 74279d773e28fdf3479502258ac64a1a06c3d3a1
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 24 09:21:42 2014 +0000

    coverity#1255910 Uninitialized scalar field
    
    Change-Id: Ifa4fb557ce4fc5ffc816b963df84e30fe6ef43c8

diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index cac96ed..ef1fd2e 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -822,6 +822,7 @@ SwContentTree::SwContentTree(vcl::Window* pParent, const ResId& rResId) :
         bIsOutlineMoveable(true),
         bViewHasChanged(false),
         bIsImageListInitialized(false),
+        m_bActiveDocModified(false),
         bIsKeySpace(false)
 {
     SetHelpId(HID_NAVIGATOR_TREELIST);


More information about the Libreoffice-commits mailing list