diff options
author | obo <obo@openoffice.org> | 2010-06-24 10:44:42 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-24 10:44:42 +0200 |
commit | a2e7c2e0d002d75a6b77a629a4e904ab54bf8375 (patch) | |
tree | 27020eab9a5cfaf84e1ad4cfcce8a58d0b6a4455 /uui | |
parent | ba01979286b5a41397cf38e6d26f517a79854bc7 (diff) |
#i10000# add bIsPasswordToModify
Notes
Notes:
split repo tag: libs-core_ooo/DEV300_m84
Diffstat (limited to 'uui')
-rwxr-xr-x | uui/source/iahndl-authentication.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 91aa3fed73a6..73fa61f31ff4 100755 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -742,7 +742,8 @@ UUIInteractionHelper::handlePasswordRequest( aPasswordRequest.Mode, rRequest->getContinuations(), rtl::OUString(), - false /* bool bMSCryptoMode */); + false /* bool bMSCryptoMode */, + false /* bool bIsPasswordToModify */); return true; } |