starmath/source/view.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit f7787bbea5a8d469e20102af77115f70885dd605 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Apr 23 15:00:39 2021 +0100 Commit: Caolán McNamara <caol...@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 <caol...@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) { } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits