[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - editeng/source
Caolán McNamara
caolanm at redhat.com
Tue Apr 16 04:54:56 PDT 2013
editeng/source/editeng/impedit2.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7e2a257febac0b1259ac78b27e71ac2cbc198882
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jun 6 16:23:36 2012 +0100
Related: rhbz#924515 valgrind: uninitialized value
(cherry picked from commit 7093b2418d036b47ed706464956f330cfb89707a)
Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e
Reviewed-on: https://gerrit.libreoffice.org/3412
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index 246ad29..be1e766 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -99,6 +99,7 @@ ImpEditEngine::ImpEditEngine( EditEngine* pEE, SfxItemPool* pItemPool ) :
bAddExtLeading(false),
bIsFormatting(false),
bFormatted(false),
+ bInSelection(false),
bIsInUndo(false),
bUpdate(true),
bUndoEnabled(true),
More information about the Libreoffice-commits
mailing list