basctl/source/inc/basobj.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 36b09bd8099e0ce4da588a693d1e3b45511b3716
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Jun 4 10:07:22 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Jun 4 11:30:36 2024 +0200

    basctl: use SAL_RET_MAYBENULL in GetBindingsPtr()...
    
    ... GetDispatcher() and FindBasicManager()
    
    Change-Id: I6de6035f17b74313a5cbb9964ceafcbe3161ef2c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168397
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Tested-by: Jenkins

diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx
index 70c603d4548a..95e46b097f56 100644
--- a/basctl/source/inc/basobj.hxx
+++ b/basctl/source/inc/basobj.hxx
@@ -46,11 +46,11 @@ namespace basctl
 
     bool            IsValidSbxName( std::u16string_view rName );
 
-    BasicManager*   FindBasicManager( StarBASIC const * pLib );
+    SAL_RET_MAYBENULL BasicManager*   FindBasicManager( StarBASIC const * pLib 
);
 
-    SfxBindings*    GetBindingsPtr();
+    SAL_RET_MAYBENULL SfxBindings*    GetBindingsPtr();
 
-    SfxDispatcher*  GetDispatcher ();
+    SAL_RET_MAYBENULL SfxDispatcher*  GetDispatcher ();
 
     void            InvalidateDebuggerSlots();
 

Reply via email to