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 | 871f924d559017fcf06a4c691fae6bcd9a82491e (patch) | |
tree | 7d6b3fc0b38db8459aed8f2261c61abba4bfe569 | |
parent | 3cb75915dac91ab72163e54e43094377e2dd0c26 (diff) |
#i10000# add bIsPasswordToModifyooo/DEV300_m84
-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 b24a7127e3..57c9ead3ad 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; } |