dbaccess/source/ui/inc/WTypeSelect.hxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 97cb7cd16c809e8311eada4200c748984e3f148f Author: Matteo Casalin <matteo.casa...@yahoo.com> Date: Sat Aug 16 22:56:18 2014 +0200 CID 1231678: Uninitialized pointer field Change-Id: I1c691b2c9c66b99957b07df4197c0a67c2598273 diff --git a/dbaccess/source/ui/inc/WTypeSelect.hxx b/dbaccess/source/ui/inc/WTypeSelect.hxx index 5e498d1..0967c5c 100644 --- a/dbaccess/source/ui/inc/WTypeSelect.hxx +++ b/dbaccess/source/ui/inc/WTypeSelect.hxx @@ -74,6 +74,7 @@ namespace dbaui OWizTypeSelectList( Window* pParent, WinBits nStyle = WB_BORDER ) : MultiListBox(pParent,nStyle) , m_bPKey(false) + , m_pParentTabPage(NULL) {} void SetPKey(bool bPKey) { m_bPKey = bPKey; } void SetParentTabPage(Window* pParentTabPage) { m_pParentTabPage = pParentTabPage; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits