[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sw/source
Caolán McNamara
caolanm at redhat.com
Tue Sep 3 02:12:34 PDT 2013
sw/source/ui/index/swuiidxmrk.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 00aabe82947b1452931a7164738c94af6f47b520
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/5765
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index c20fc11..704029e 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