summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-09-17 13:32:40 +0200
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-09-17 13:32:40 +0200
commitbcf6f062a0927da563eeefd30a9e819a8e7cc445 (patch)
tree0b3ce0f472b4d63e7a82056695b6448cc909fdc2 /uui
parentb12644eb20d8153243943d22e5923e06afebd637 (diff)
parentfab16aa2577d25ed2d336925f70b0b424d5b8a2b (diff)
DEV300: changesets OOO330 up to m8
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);