[Libreoffice-commits] core.git: dbaccess/source
Matteo Casalin
matteo.casalin at yahoo.com
Sat Aug 16 13:58:21 PDT 2014
dbaccess/source/ui/inc/WTypeSelect.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 97cb7cd16c809e8311eada4200c748984e3f148f
Author: Matteo Casalin <matteo.casalin at 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; }
More information about the Libreoffice-commits
mailing list