Kaydet (Commit) 780e192f authored tarafından David Tardon's avatar David Tardon

init. pointer members

Change-Id: Iad5edda570466a35c138f7f7fe042b931c58ad75
üst 3b71e0cb
......@@ -111,6 +111,10 @@ IMPL_LINK( OPasswordDialog, ModifiedHdl, Edit *, pEdit )
// OUserAdmin
OUserAdmin::OUserAdmin(Window* pParent,const SfxItemSet& _rAttrSet)
: OGenericAdministrationPage( pParent, "UserAdminPage", "dbaccess/ui/useradminpage.ui", _rAttrSet)
, m_pUSER(0)
, m_pNEWUSER(0)
, m_pCHANGEPWD(0)
, m_pDELETEUSER(0)
,m_TableCtrl(get<VclAlignment>("table"), WB_TABSTOP)
{
m_TableCtrl.Show();
......
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