Kaydet (Commit) c2c7a802 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Ic1cf0caad8f29efc24b6d78fd784d19ed7f113db
Reviewed-on: https://gerrit.libreoffice.org/71693Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst fc66bc36
...@@ -1177,7 +1177,7 @@ Reference< XConnection > ODatabaseSource::connectWithCompletion( const Reference ...@@ -1177,7 +1177,7 @@ Reference< XConnection > ODatabaseSource::connectWithCompletion( const Reference
{ {
m_pImpl->m_sFailedPassword = m_pImpl->m_aPassword; m_pImpl->m_sFailedPassword = m_pImpl->m_aPassword;
// assume that we had an authentication problem. Without this we may, after an unsuccessful connect, while // assume that we had an authentication problem. Without this we may, after an unsuccessful connect, while
// the user gave us a password an the order to remember it, never allow an password input again (at least // the user gave us a password and the order to remember it, never allow a password input again (at least
// not without restarting the session) // not without restarting the session)
m_pImpl->m_aPassword.clear(); m_pImpl->m_aPassword.clear();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment