diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-09-22 16:11:50 +0200 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-09-22 16:11:50 +0200 |
commit | a22764f91490d8f4f95d104c2f4872305ac95a63 (patch) | |
tree | 4eb819518f28d64544ca0e9926db0341642a31ed /uui | |
parent | 5698690a8bccc3c0345ad34fe27934c0027d76a9 (diff) | |
parent | bd1092ebc0b329883d1c079d598a73f3af4cd548 (diff) |
rebased to m88.
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 2 |
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); |