diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-05-20 14:04:53 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-05-27 17:29:10 +0200 |
commit | 10fbca7ebde81fc7246402f7025f219777c12488 (patch) | |
tree | a4c29cf5ebbb25a3ee28a3af686a0b4716ff97ab /starmath | |
parent | 9f890f5a50d32b7985d0ab5146bfb9c3ff312fc4 (diff) |
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 <xiscofauli@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/view.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |