diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-27 11:24:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-27 11:24:53 +0100 |
commit | 2278e3cc31f97259ba2eea86e99739006a23b8e3 (patch) | |
tree | 1e2acc1860c16d891e69817945d0e840e4886530 /starmath | |
parent | 067a0b32c44eeddce8b6101dec5ed6586108752f (diff) |
valgrind: bInsertIntoEditWindow uninitialized
Change-Id: I3da23e991a70e12bdfefeda5f5e7669ab111cfb4
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/view.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index e0fd8d43a35a..b4b6a71ec839 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1995,6 +1995,7 @@ SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *): pImpl( new SmViewShell_Impl ), aGraphic(this), aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings()) + , bInsertIntoEditWindow(false) { SAL_INFO( "starmath", "starmath: SmViewShell::SmViewShell" ); |