[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sw/source

Caolán McNamara caolanm at redhat.com
Tue Sep 3 05:48:40 PDT 2013


 sw/source/ui/index/swuiidxmrk.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 23e32272393c239a950948e92d83b5b0748cedd8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Sep 2 21:26:49 2013 +0100

    bDel is unused uninitialized
    
    Change-Id: Idac3a6805700d896b8569d1df79d32ca493c48b3
    (cherry picked from commit 91a557561c24c7532c525692f279b1fcfd520f92)
    Reviewed-on: https://gerrit.libreoffice.org/5764
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index e9cf706..c3fc58b 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -84,6 +84,7 @@ using namespace ::com::sun::star;
 SwIndexMarkPane::SwIndexMarkPane(Dialog &rDialog, sal_Bool bNewDlg,
     SwWrtShell& rWrtShell)
     : m_rDialog(rDialog)
+    , bDel(false)
     , bNewMark(bNewDlg)
     , bSelected(sal_False)
     , bPhoneticED0_ChangedByUser(sal_False)


More information about the Libreoffice-commits mailing list