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
commit7e963509b1786bcabac7560e5d962359d56418a7 (patch)
tree982eaba6e0d46fd423d2f6e878b46c79ff56ac6c /uui
parent45ba31b194bc51b16d8f0892e432b2b77fce144d (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 57c9ead3ad..7d379d688c 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);