summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-27 11:24:53 +0100
committerMichael Stahl <mstahl@redhat.com>2013-06-27 12:25:56 +0000
commitaf93691a3d9dd81fed39295dcc6bc18be2071d59 (patch)
tree0d5f86df653e75ef16962c0c12de1c5a66040af3 /starmath
parent9631d68140e344379fab8606e8a31a84de9074e6 (diff)
valgrind: bInsertIntoEditWindow uninitialized
Change-Id: I3da23e991a70e12bdfefeda5f5e7669ab111cfb4 (cherry picked from commit 2278e3cc31f97259ba2eea86e99739006a23b8e3) Reviewed-on: https://gerrit.libreoffice.org/4574 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx1
1 files changed, 1 insertions, 0 deletions
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" );