sc/source/ui/app/inputhdl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 94f99ad38238f223b6fbed252e099581e0090e65 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Aug 15 09:11:26 2018 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Aug 15 14:58:43 2018 +0200 Resolves: tdf#118609 crash in calc after some manipulation through basic Change-Id: I518b15359b29c845604d2e9cde64bdb637078ba1 Reviewed-on: https://gerrit.libreoffice.org/59052 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 4c1f3a51e9d6..cc02c55468db 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -1896,7 +1896,7 @@ void ScInputHandler::SetInputWindow( ScInputWindow* pNew ) void ScInputHandler::StopInputWinEngine( bool bAll ) { - if (pInputWin) + if (pInputWin && !pInputWin->IsDisposed()) pInputWin->StopEditEngine( bAll ); pTopView = nullptr; // invalid now _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits