summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-23 15:00:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-23 18:19:48 +0200
commitf7787bbea5a8d469e20102af77115f70885dd605 (patch)
tree9e2d590e4449313777d1e0afe3e0f60eb6542209 /starmath
parente7d302a9a540394264bfe813d4eb74d76b94802c (diff)
cid#1477316 Uninitialized scalar field
Change-Id: I11ad5375e5fee35065bb855fb0db0b0c00d75fd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114554 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index e36596316386..7a1a8e91465e 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -284,6 +284,8 @@ void SmGraphicWindow::ShowContextMenu(const CommandEvent& rCEvt)
SmGraphicWidget::SmGraphicWidget(SmViewShell& rShell, SmGraphicWindow& rGraphicWindow)
: mrGraphicWindow(rGraphicWindow)
+ , bIsCursorVisible(false)
+ , bIsLineVisible(false)
, mrViewShell(rShell)
{
}