summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-authentication.cxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-06-08 19:15:36 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-06-08 19:15:36 +0200
commitb5774ca9c4b802578b24120a0f8eb6625d2173ef (patch)
treecf8085a196ee518bd02788976a2185ad8c54e42d /uui/source/iahndl-authentication.cxx
parentdb2236600ffc64b188d23f43fb88ee0bf13a680a (diff)
cws tl78: #i109634# additional dialog parameter
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rwxr-xr-xuui/source/iahndl-authentication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index 027a5cced169..008acadea0ae 100755
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -534,7 +534,7 @@ executePasswordDialog(
const sal_uInt16 nMaxPasswdLen = bMSCryptoMode ? 15 : 0; // 0 -> allow any length
VclAbstractDialogFactory * pFact = VclAbstractDialogFactory::Create();
- AbstractPasswordToOpenModifyDialog *pTmp = pFact->CreatePasswordToOpenModifyDialog( pParent, 0, nMaxPasswdLen );
+ AbstractPasswordToOpenModifyDialog *pTmp = pFact->CreatePasswordToOpenModifyDialog( pParent, 0, nMaxPasswdLen, bIsPasswordToModify );
std::auto_ptr< AbstractPasswordToOpenModifyDialog > pDialog( pTmp );
rInfo.SetResult( pDialog->Execute() == RET_OK ? ERRCODE_BUTTON_OK : ERRCODE_BUTTON_CANCEL );