summaryrefslogtreecommitdiffstats
path: root/uui
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2010-09-22 16:11:50 +0200
committerKai Sommerfeld <kso@openoffice.org>2010-09-22 16:11:50 +0200
commita22764f91490d8f4f95d104c2f4872305ac95a63 (patch)
tree4eb819518f28d64544ca0e9926db0341642a31ed /uui
parent#i114622# - set infinite timeout in case of unknown timeout. (diff)
parentCWS-TOOLING: integrate CWS vgbugs11 (diff)
downloadcore-a22764f91490d8f4f95d104c2f4872305ac95a63.tar.gz
core-a22764f91490d8f4f95d104c2f4872305ac95a63.zip
rebased to m88.
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-authentication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index 6d65eb67055e..11f6627ed8b9 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -269,7 +269,7 @@ handleAuthenticationRequest_(
aInfo.SetCanRememberPassword(
ePreferredRememberMode != eAlternateRememberMode);
aInfo.SetIsRememberPassword(
- eDefaultRememberMode != ucb::RememberAuthentication_NO);
+ ePreferredRememberMode == eDefaultRememberMode);
aInfo.SetIsRememberPersistent(
ePreferredRememberMode == ucb::RememberAuthentication_PERSISTENT);