summaryrefslogtreecommitdiff
path: root/embeddedobj/test
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/test')
-rw-r--r--embeddedobj/test/mtexecutor/mainthreadexecutor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
index f363295914f2..09760748a039 100644
--- a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
+++ b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
@@ -69,7 +69,7 @@ uno::Any SAL_CALL MainThreadExecutor::execute( const uno::Sequence< beans::Named
if ( xJob.is() )
{
MainThreadExecutorRequest* pMainThreadExecutorRequest = new MainThreadExecutorRequest( xJob, aValues );
- Application::PostUserEvent( STATIC_LINK( NULL, MainThreadExecutor, worker ), pMainThreadExecutorRequest );
+ Application::PostUserEvent( LINK( NULL, MainThreadExecutor, worker ), pMainThreadExecutorRequest );
}
// TODO: wait for result