diff options
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() { |