sd/source/ui/framework/module/NotesPaneModule.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64557ef9fa57507455f196dd3c96e8a25be64c53
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri May 17 19:36:45 2024 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Sat May 18 21:23:41 2024 +0200

    cid#1598235 Uninitialized pointer field
    
    Change-Id: I8c403a0bcfa56e58fdf12cb045c98b2087889235
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167794
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Tested-by: Jenkins

diff --git a/sd/source/ui/framework/module/NotesPaneModule.hxx 
b/sd/source/ui/framework/module/NotesPaneModule.hxx
index 69a74acbdf0c..229b61e71a89 100644
--- a/sd/source/ui/framework/module/NotesPaneModule.hxx
+++ b/sd/source/ui/framework/module/NotesPaneModule.hxx
@@ -73,7 +73,7 @@ private:
 
     std::set<OUString> maActiveMainViewContainer;
     OUString msCurrentMainViewURL;
-    ViewShellBase* mpViewShellBase;
+    ViewShellBase* mpViewShellBase = nullptr;
     bool mbListeningEventMultiplexer = false;
     bool mbInMasterEditMode = false;
 

Reply via email to