diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-09 21:28:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 11:25:43 +0200 |
commit | 5735f58cdc72667e22d8148c8cb09f73b5790f72 (patch) | |
tree | d9992e109e2008e744b12114a64f8b0b75e96cbe /embeddedobj | |
parent | f845a08a6155c3f7b0e345ff5d200956fd195eb7 (diff) |
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: Ic91c8126b8e9a5a7eeed4c356b783c8bebccecf3
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/test/mtexecutor/mainthreadexecutor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx index 09760748a039..d7a5c1b614ff 100644 --- a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx +++ b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx @@ -77,7 +77,7 @@ uno::Any SAL_CALL MainThreadExecutor::execute( const uno::Sequence< beans::Named } -IMPL_STATIC_LINK( MainThreadExecutor, worker, MainThreadExecutorRequest*, pThreadExecutorRequest ) +IMPL_STATIC_LINK_NOINSTANCE( MainThreadExecutor, worker, MainThreadExecutorRequest*, pThreadExecutorRequest ) { pThreadExecutorRequest->doIt(); |