summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-13 11:45:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-13 14:03:29 +0000
commit609956aea76292cc6ab5f4dc84b7fc0d9fb74ed0 (patch)
tree239dc13216f8218cd601c77ac0e3cc19cd5f48c0 /cui
parentcoverity#738683 Uninitialized pointer field (diff)
downloadcore-609956aea76292cc6ab5f4dc84b7fc0d9fb74ed0.tar.gz
core-609956aea76292cc6ab5f4dc84b7fc0d9fb74ed0.zip
coverity#738586 Uninitialized pointer field
Change-Id: If52645a0cba2d82976b314b9195caa83a6af13a0
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/thesdlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx
index 36833f4a1bb4..80dbfe48b5bf 100644
--- a/cui/source/dialogs/thesdlg.cxx
+++ b/cui/source/dialogs/thesdlg.cxx
@@ -160,6 +160,7 @@ void AlternativesString::Paint(
ThesaurusAlternativesCtrl::ThesaurusAlternativesCtrl(Window* pParent)
: SvxCheckListBox(pParent)
+ , m_pDialog(NULL)
{
SetStyle( GetStyle() | WB_CLIPCHILDREN | WB_HSCROLL | WB_FORCE_MAKEVISIBLE );
SetHighlightRange();