summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:29:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:45 +0200
commit73d0dfd51caaa4cce8ad195fa2631f3fa00d691c (patch)
tree77926d9ab23e0fff4781725d3f9952869d1c2401 /svtools/source/hatchwindow
parent3ae4264a0db7f725abc33779ec9b11a45e17e279 (diff)
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: I344ba9d22adada82170d45a4cf723af6a286b883
Diffstat (limited to 'svtools/source/hatchwindow')
-rw-r--r--svtools/source/hatchwindow/documentcloser.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/hatchwindow/documentcloser.cxx b/svtools/source/hatchwindow/documentcloser.cxx
index 54fe1975acb0..f93a951e4ed0 100644
--- a/svtools/source/hatchwindow/documentcloser.cxx
+++ b/svtools/source/hatchwindow/documentcloser.cxx
@@ -98,9 +98,8 @@ void MainThreadFrameCloserRequest::Start( MainThreadFrameCloserRequest* pMTReque
}
-IMPL_STATIC_LINK( MainThreadFrameCloserRequest, worker, MainThreadFrameCloserRequest*, pMTRequest )
+IMPL_STATIC_LINK_NOINSTANCE( MainThreadFrameCloserRequest, worker, MainThreadFrameCloserRequest*, pMTRequest )
{
- (void) pThis; // unused
if ( pMTRequest )
{
if ( pMTRequest->m_xFrame.is() )