From af93691a3d9dd81fed39295dcc6bc18be2071d59 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Jun 2013 11:24:53 +0100 Subject: valgrind: bInsertIntoEditWindow uninitialized Change-Id: I3da23e991a70e12bdfefeda5f5e7669ab111cfb4 (cherry picked from commit 2278e3cc31f97259ba2eea86e99739006a23b8e3) Reviewed-on: https://gerrit.libreoffice.org/4574 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- starmath/source/view.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index d144dde573e9..d0272aabb140 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" ); -- cgit