summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-08-02 13:46:41 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-02 13:47:19 +0200
commit780e192feb2d56ed05818e1ec87b34e3f7df1b66 (patch)
tree46db5e2475d816408d40c739382b3010438ebd36 /dbaccess
parentTAB_PAGE_USERADMIN conversion to .ui (diff)
downloadcore-780e192feb2d56ed05818e1ec87b34e3f7df1b66.tar.gz
core-780e192feb2d56ed05818e1ec87b34e3f7df1b66.zip
init. pointer members
Change-Id: Iad5edda570466a35c138f7f7fe042b931c58ad75
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdmin.cxx b/dbaccess/source/ui/dlg/UserAdmin.cxx
index bd852b0e88d5..15267c2e4ad1 100644
--- a/dbaccess/source/ui/dlg/UserAdmin.cxx
+++ b/dbaccess/source/ui/dlg/UserAdmin.cxx
@@ -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();