summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-authentication.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rw-r--r--uui/source/iahndl-authentication.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index e1868c6488d1..2050f382e9d0 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -203,7 +203,7 @@ handleAuthenticationRequest_(
if (xSupplyAuthentication.is())
xSupplyAuthentication2.set(xSupplyAuthentication, uno::UNO_QUERY);
- //////////////////////////
+
// First, try to obtain credentials from password container service.
uui::PasswordContainerHelper aPwContainerHelper(xContext);
if (aPwContainerHelper.handleAuthenticationRequest(rRequest,
@@ -215,7 +215,7 @@ handleAuthenticationRequest_(
return;
}
- //////////////////////////
+
// Second, try to obtain credentials from user via password dialog.
ucb::RememberAuthentication eDefaultRememberMode
= ucb::RememberAuthentication_SESSION;
@@ -318,7 +318,7 @@ handleAuthenticationRequest_(
xSupplyAuthentication->select();
}
- //////////////////////////
+
// Third, store credentials in password container.
if ( aInfo.GetIsUseSystemCredentials() )