diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-02 21:26:49 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-03 12:48:17 +0000 |
commit | 23e32272393c239a950948e92d83b5b0748cedd8 (patch) | |
tree | 3d659d15d7fbd087aa1fbd23f17f3340205dbd5a /sw | |
parent | 2438ffef328ea1993f5b08ad3639e9bee7d29e90 (diff) |
bDel is unused uninitialized
Change-Id: Idac3a6805700d896b8569d1df79d32ca493c48b3
(cherry picked from commit 91a557561c24c7532c525692f279b1fcfd520f92)
Reviewed-on: https://gerrit.libreoffice.org/5764
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/index/swuiidxmrk.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx index e9cf706b5003..c3fc58bbff5c 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) |