include/sfx2/viewfrm.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 369a3b5ab389222bbbc9aafaa5c2d9f269ba5775
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon May 27 18:29:35 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon May 27 20:46:46 2024 +0200

    sfx2: use SAL_RET_MAYBENULL in GetFrameWeld()
    
    Change-Id: I78c4d190f8fcb96abaad267b19ab6cb3732a1807
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168112
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 884b557dc741..e0c56342eae5 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -111,7 +111,7 @@ public:
     SfxBindings&            GetBindings() { return *m_pBindings; }
     const SfxBindings&      GetBindings() const  { return *m_pBindings; }
     vcl::Window&            GetWindow() const;
-    weld::Window*           GetFrameWeld() const;
+    SAL_RET_MAYBENULL weld::Window* GetFrameWeld() const;
 
     SAL_DLLPRIVATE SfxProgress* GetProgress() const;
 

Reply via email to