summaryrefslogtreecommitdiffstats
path: root/uui
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 /uui
parentCWS-TOOLING: integrate CWS calc55 (diff)
downloadcore-a2e7c2e0d002d75a6b77a629a4e904ab54bf8375.tar.gz
core-a2e7c2e0d002d75a6b77a629a4e904ab54bf8375.zip
#i10000# add bIsPasswordToModify
Diffstat (limited to 'uui')
-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;
}