summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-02 21:26:49 +0100
committerFridrich Strba <fridrich@documentfoundation.org>2013-09-03 09:12:10 +0000
commit00aabe82947b1452931a7164738c94af6f47b520 (patch)
tree1ed9d05cdcaece9b1ba2b8750cc9b4d88c91b3c6 /sw/source
parentc10bd8acb6547b78ef72ad1c99174645ddd5db05 (diff)
bDel is unused uninitialized
Change-Id: Idac3a6805700d896b8569d1df79d32ca493c48b3 (cherry picked from commit 91a557561c24c7532c525692f279b1fcfd520f92) Reviewed-on: https://gerrit.libreoffice.org/5765 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sw/source')
-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 c20fc11dbfe0..704029ed0878 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)