summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-29 19:52:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-03-01 16:39:11 +0100
commit5a78e93aec3636e04e47f4e74d7f2328fd0bbdbb (patch)
treeb88ccb5e5f04a78642d99c0614764c6d4c6375ff /sd
parente6ddcd095eff6a8a3a7017e01e10734cc4f3cdce (diff)
cid#1459022 Uninitialized members
Change-Id: I672c55ac562836f5ca7fe9e8c6a9d313dbbc40a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89762 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index 300fef7f34cf..f8ce3a324ffc 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -645,6 +645,7 @@ SdPageObjsTLV::SdPageObjsTLV(std::unique_ptr<weld::TreeView> xTreeView)
, m_pMedium(nullptr)
, m_pOwnMedium(nullptr)
, m_bLinkableSelected(false)
+ , m_bShowAllShapes(false)
, m_bShowAllPages(false)
, m_bSelectionHandlerNavigates(false)
, m_bNavigationGrabsFocus(true)