sd/source/ui/unoidl/DrawController.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit c6e3fcfbb901c46191461d1a08cf0c4524729cfc Author: Caolán McNamara <[email protected]> AuthorDate: Fri Mar 19 15:50:03 2021 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Sat Mar 20 13:44:33 2021 +0100 cid#1474258 Uninitialized pointer field Change-Id: Ic28d5cc86d77320a8e18dbc6cc2275687c26a1d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112778 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index 4f61f2cf1afa..66ed80851852 100644 --- a/sd/source/ui/unoidl/DrawController.cxx +++ b/sd/source/ui/unoidl/DrawController.cxx @@ -62,6 +62,7 @@ DrawController::DrawController (ViewShellBase& rBase) throw() : DrawControllerInterfaceBase(&rBase), BroadcastHelperOwner(SfxBaseController::m_aMutex), OPropertySetHelper(BroadcastHelperOwner::maBroadcastHelper), + mpCurrentLayer(nullptr), m_aSelectionTypeIdentifier( cppu::UnoType<view::XSelectionChangeListener>::get()), mpBase(&rBase), _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
