summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-02 21:26:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-02 21:39:08 +0100
commit91a557561c24c7532c525692f279b1fcfd520f92 (patch)
treef39d2b00a0b309f830874056ef46ec5171d152b9 /sw
parent1dd686175f2830227c461054f6036fb0095c4352 (diff)
bDel is unused uninitialized
Change-Id: Idac3a6805700d896b8569d1df79d32ca493c48b3
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/index/swuiidxmrk.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index dffe955d8fad..d31609aa2ba1 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)