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
commita2e7c2e0d002d75a6b77a629a4e904ab54bf8375 (patch)
tree27020eab9a5cfaf84e1ad4cfcce8a58d0b6a4455
parentba01979286b5a41397cf38e6d26f517a79854bc7 (diff)
#i10000# add bIsPasswordToModify
Notes
split repo tag: libs-core_ooo/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 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;
}