sd/source/ui/slideshow/slideshowimpl.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 9fa1573c0e33d56f21734a519e4496cd8b10b04f Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Mon May 27 12:22:43 2024 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon May 27 15:41:41 2024 +0200 sd: use SAL_RET_MAYBENULL in getViewFrame(), getDispatcher()... ... and getBindings() Change-Id: Ieb7c2181238faa7c7175822ef455f6e3ce04fa8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168092 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> Tested-by: Jenkins diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 8b4e25a80e83..4aff8cb3a23e 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -283,9 +283,9 @@ private: bool startShowImpl( const css::uno::Sequence< css::beans::PropertyValue >& aProperties ); - SfxViewFrame* getViewFrame() const; - SfxDispatcher* getDispatcher() const; - SfxBindings* getBindings() const; + SAL_RET_MAYBENULL SfxViewFrame* getViewFrame() const; + SAL_RET_MAYBENULL SfxDispatcher* getDispatcher() const; + SAL_RET_MAYBENULL SfxBindings* getBindings() const; sal_Int32 getSlideNumberForBookmark( const OUString& rStrBookmark );