Kaydet (Commit) d1324645 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1210198 Uninitialized pointer field

Change-Id: If72fff8b6cc7e5e55e1f395ddc34b4c5810faff3
üst f6b53bb0
...@@ -317,6 +317,7 @@ ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rAr ...@@ -317,6 +317,7 @@ ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rAr
, maStrValue(ScResId(SCSTR_VALID_VALUE)) , maStrValue(ScResId(SCSTR_VALID_VALUE))
, maStrRange(ScResId(SCSTR_VALID_RANGE)) , maStrRange(ScResId(SCSTR_VALID_RANGE))
, maStrList(ScResId(SCSTR_VALID_LIST)) , maStrList(ScResId(SCSTR_VALID_LIST))
, m_pRefEdit(NULL)
{ {
get(m_pLbAllow, "allow"); get(m_pLbAllow, "allow");
get(m_pCbAllow, "allowempty"); get(m_pCbAllow, "allowempty");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment