summaryrefslogtreecommitdiff
path: root/uui/source
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
commit006ec2f58867dc3eb86602295a125b66b7016249 (patch)
tree7d45388dfdb46fecf449706be6c74aaf52b3297e /uui/source
parent7cea2e8c32ea92843c5ae6c673ff843dc11e3f07 (diff)
parent737b9524f777df9ce04b5822dda5a34f5db218f7 (diff)
rebased to m88.
Diffstat (limited to 'uui/source')
-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 fe326f6bdc..e7086e9a1e 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);