summaryrefslogtreecommitdiff
path: root/svtools/source/control/asynclink.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:49 +0200
commit173a75bad357c65f4e77dc1688445276bdaeaf9c (patch)
tree4a1a90b58129fed91b79f759a08df4187fc06d29 /svtools/source/control/asynclink.cxx
parent9604199a9d6e193a0fbeaa28ae1631216ad473db (diff)
loplugin:defaultparams
Change-Id: I1925768a2ac3fbb83fc52ef742bf1fcfe02173b5
Diffstat (limited to 'svtools/source/control/asynclink.cxx')
-rw-r--r--svtools/source/control/asynclink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/asynclink.cxx b/svtools/source/control/asynclink.cxx
index 1ce6f4418855..66390cfefe15 100644
--- a/svtools/source/control/asynclink.cxx
+++ b/svtools/source/control/asynclink.cxx
@@ -60,7 +60,7 @@ void AsynchronLink::Call( void* pObj, bool bAllowDoubles, bool bUseTimer )
else
{
if( _pMutex ) _pMutex->acquire();
- _nEventId = Application::PostUserEvent( LINK( this, AsynchronLink, HandleCall_PostUserEvent), 0 );
+ _nEventId = Application::PostUserEvent( LINK( this, AsynchronLink, HandleCall_PostUserEvent) );
if( _pMutex ) _pMutex->release();
}
}