summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-08-23 12:46:11 +0200
committerCarsten Driesner <cd@openoffice.org>2010-08-23 12:46:11 +0200
commitbe84c56ceffdf5e1bdade35611b15f8e76379818 (patch)
tree58de004db711b71f37300289be6261e45c2d858f /uui
parent27d42b733ff4809ae46b8fa7070c3a4a8a53fb2c (diff)
fwk154: #i114014# Fix problem with check box 'Remember Password' in login dialog
Diffstat (limited to 'uui')
-rw-r--r--[-rwxr-xr-x]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 73fa61f31ff4..1e9a4e6837d3 100755..100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -270,7 +270,7 @@ handleAuthenticationRequest_(
aInfo.SetCanRememberPassword(
ePreferredRememberMode != eAlternateRememberMode);
aInfo.SetIsRememberPassword(
- eDefaultRememberMode != ucb::RememberAuthentication_NO);
+ ePreferredRememberMode != eDefaultRememberMode);
aInfo.SetIsRememberPersistent(
ePreferredRememberMode == ucb::RememberAuthentication_PERSISTENT);