coverity#984077: Unitialized pointer field

Change-Id: Id780b8d5bbbd67cde01f45214f5a4717148f08b7
Reviewed-on: https://gerrit.libreoffice.org/2208
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Norbert Thiebaud 2013-02-17 23:35:18 -06:00 committed by Caolán McNamara
parent 30be3db6ab
commit f15d764caa

View file

@ -75,7 +75,6 @@ namespace accessibility
private:
/** The treelistbox control */
SvTreeListBox* m_pListBox;
::std::deque< sal_Int32 > m_aEntryPath;
protected: