[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - starmath/source

Caolán McNamara caolanm at redhat.com
Thu Jun 27 05:26:13 PDT 2013


 starmath/source/view.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit af93691a3d9dd81fed39295dcc6bc18be2071d59
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jun 27 11:24:53 2013 +0100

    valgrind: bInsertIntoEditWindow uninitialized
    
    Change-Id: I3da23e991a70e12bdfefeda5f5e7669ab111cfb4
    (cherry picked from commit 2278e3cc31f97259ba2eea86e99739006a23b8e3)
    Reviewed-on: https://gerrit.libreoffice.org/4574
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index d144dde..d0272aa 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1989,6 +1989,7 @@ SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *):
     pImpl( new SmViewShell_Impl ),
     aGraphic(this),
     aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings())
+    , bInsertIntoEditWindow(false)
 {
     RTL_LOGFILE_CONTEXT( aLog, "starmath: SmViewShell::SmViewShell" );
 


More information about the Libreoffice-commits mailing list