summaryrefslogtreecommitdiff
path: root/uui/source/masterpasscrtdlg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:59:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:19 +0100
commit6f9976db93df59231dbe8d2bca66f166d6ec0ab3 (patch)
tree980098bbcd5d8c20cc839a24f181953f7715a108 /uui/source/masterpasscrtdlg.cxx
parent2cfe889453609236e49b64054465f9f93901dd60 (diff)
bool improvements
Change-Id: I266d7ce86a30cedd1ae388a69b87f1b43d96e00c
Diffstat (limited to 'uui/source/masterpasscrtdlg.cxx')
-rw-r--r--uui/source/masterpasscrtdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx
index 792147694c57..e69f0da9b8da 100644
--- a/uui/source/masterpasscrtdlg.cxx
+++ b/uui/source/masterpasscrtdlg.cxx
@@ -62,7 +62,7 @@ MasterPasswordCreateDialog::MasterPasswordCreateDialog(Window* pParent, ResMgr*
get(m_pEDMasterPasswordCrt, "password1");
get(m_pEDMasterPasswordRepeat, "password2");
get(m_pOKBtn, "ok");
- m_pOKBtn->Enable( sal_False );
+ m_pOKBtn->Enable( false );
m_pOKBtn->SetClickHdl( LINK( this, MasterPasswordCreateDialog, OKHdl_Impl ) );
m_pEDMasterPasswordCrt->SetModifyHdl( LINK( this, MasterPasswordCreateDialog, EditHdl_Impl ) );
}