summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-24 10:44:42 +0200
committerobo <obo@openoffice.org>2010-06-24 10:44:42 +0200
commit871f924d559017fcf06a4c691fae6bcd9a82491e (patch)
tree7d6b3fc0b38db8459aed8f2261c61abba4bfe569
parent3cb75915dac91ab72163e54e43094377e2dd0c26 (diff)
#i10000# add bIsPasswordToModifyooo/DEV300_m84
-rwxr-xr-xuui/source/iahndl-authentication.cxx3
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;
}