sw/source/ui/index/swuiidxmrk.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 23e32272393c239a950948e92d83b5b0748cedd8 Author: Caolán McNamara <caol...@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 <mst...@redhat.com> Tested-by: Michael Stahl <mst...@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)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits