starmath/inc/view.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 10fbca7ebde81fc7246402f7025f219777c12488 Author: Xisco Fauli <[email protected]> AuthorDate: Mon May 20 14:04:53 2024 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Mon May 27 17:29:10 2024 +0200 starmath: use SAL_RET_MAYBENULL in GetEditWindow() after 359e2be93a4560a86237f076003c23a6635fb1bb "starmath: check GetEditWindow()" Change-Id: I6a93c00a3b67338e7f2816d1ef31ccf7afe8555e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167865 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 03f67fdbed40..dd9102dfcaef 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -284,7 +284,7 @@ public: return static_cast<SmDocShell *>( GetViewFrame().GetObjectShell() ); } - SmEditWindow * GetEditWindow(); + SAL_RET_MAYBENULL SmEditWindow * GetEditWindow(); SmGraphicWidget& GetGraphicWidget() {
