[Libreoffice-commits] core.git: starmath/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 23 16:20:31 UTC 2021
starmath/source/view.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f7787bbea5a8d469e20102af77115f70885dd605
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Apr 23 15:00:39 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Apr 23 18:19:48 2021 +0200
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 at redhat.com>
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)
{
}
More information about the Libreoffice-commits
mailing list