cid#1465258 Uninitialized pointer field

Change-Id: Ie2646cecfcbf85cc2b24d06786ed9773fcbb7c56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98574
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2020-07-11 19:42:28 +01:00
parent a26351a17c
commit acaa81b626

View file

@ -387,6 +387,7 @@ namespace svt
EditControlBase::EditControlBase(BrowserDataWin* pParent)
: ControlBase(pParent, "svt/ui/thineditcontrol.ui", "EditControl") // *thin*editcontrol has no frame/border
, m_pEntry(nullptr) // inheritors are expected to call InitEditControlBase
{
}