summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-25 12:49:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-25 12:49:30 +0100
commit95c8b8e85d3328bfbe906ef3f69145842aae01db (patch)
tree91df2aceb2f1aefeefe824f5ca0ffe9c68d588af /desktop
parent2b63e576a5cf06f4af877d63403ad7955ac71b72 (diff)
loplugin:defaultparams
Change-Id: I58f3b5301098b61c3d38afa9371dadc742a4b19b
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/lokinteractionhandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/lokinteractionhandler.cxx b/desktop/source/lib/lokinteractionhandler.cxx
index 6b2f21922099..5f125c3a40c1 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)