[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Mon Jan 25 03:50:11 PST 2016
desktop/source/lib/lokinteractionhandler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 95c8b8e85d3328bfbe906ef3f69145842aae01db
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 25 12:49:30 2016 +0100
loplugin:defaultparams
Change-Id: I58f3b5301098b61c3d38afa9371dadc742a4b19b
diff --git a/desktop/source/lib/lokinteractionhandler.cxx b/desktop/source/lib/lokinteractionhandler.cxx
index 6b2f219..5f125c3 100644
--- a/desktop/source/lib/lokinteractionhandler.cxx
+++ b/desktop/source/lib/lokinteractionhandler.cxx
@@ -97,7 +97,7 @@ throw (uno::RuntimeException, std::exception)
m_pLOKit->mpCallbackData);
// block until SetPassword is called
- m_havePassword.wait(nullptr);
+ m_havePassword.wait();
m_havePassword.reset();
for (sal_Int32 i = 0; i < rContinuations.getLength(); ++i)
More information about the Libreoffice-commits
mailing list