| commit | c6e3fcfbb901c46191461d1a08cf0c4524729cfc | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Mar 19 15:50:03 2021 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Sat Mar 20 13:44:33 2021 +0100 |
| tree | a2ce7bf9af8b023c9f5ec075263b1edfa577f131 | |
| parent | db8a721871010795fc0990771a10f459525aed27 [diff] |
cid#1474258 Uninitialized pointer field Change-Id: Ic28d5cc86d77320a8e18dbc6cc2275687c26a1d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112778 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index 4f61f2c..66ed808 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),