summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdmin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/UserAdmin.cxx')
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdmin.cxx b/dbaccess/source/ui/dlg/UserAdmin.cxx
index 954a530c63fc..94d98687a44e 100644
--- a/dbaccess/source/ui/dlg/UserAdmin.cxx
+++ b/dbaccess/source/ui/dlg/UserAdmin.cxx
@@ -118,10 +118,10 @@ IMPL_LINK_TYPED( OPasswordDialog, ModifiedHdl, Edit&, rEdit, void )
// OUserAdmin
OUserAdmin::OUserAdmin(vcl::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_pUSER(nullptr)
+ , m_pNEWUSER(nullptr)
+ , m_pCHANGEPWD(nullptr)
+ , m_pDELETEUSER(nullptr)
,m_TableCtrl(VclPtr<OTableGrantControl>::Create(get<VclAlignment>("table"), WB_TABSTOP))
{
m_TableCtrl->Show();
@@ -144,7 +144,7 @@ OUserAdmin::~OUserAdmin()
void OUserAdmin::dispose()
{
- m_xConnection = NULL;
+ m_xConnection = nullptr;
m_TableCtrl.disposeAndClear();
m_pUSER.clear();
m_pNEWUSER.clear();