sd/source/ui/dlg/sdtreelb.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 015337a6fae8693eb0f191da4a45055857259f39
Author: Caolán McNamara <[email protected]>
AuthorDate: Fri Mar 19 15:42:07 2021 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Sat Mar 20 11:29:14 2021 +0100
cid#1459022 Uninitialized pointer field
Change-Id: I0828d25eac66928acd6dfd7d09989cabf7bf573b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112775
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index 0f44d8971218..e170c30f64c2 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -640,6 +640,7 @@
SdPageObjsTLV::SdPageObjsTLV(std::unique_ptr<weld::TreeView> xTreeView)
, m_xScratchIter(m_xTreeView->make_iterator())
, m_xDropTargetHelper(new SdPageObjsTLVDropTarget(*m_xTreeView))
, m_xAccel(::svt::AcceleratorExecute::createAcceleratorHelper())
+ , m_pNavigator(nullptr)
, m_pDoc(nullptr)
, m_pBookmarkDoc(nullptr)
, m_pMedium(nullptr)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits