summaryrefslogtreecommitdiffstats
path: root/extensions/source/bibliography/bibview.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:29:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:43 +0200
commita5e8f26a9e7d129b64e4427cefafdcf72fa6ad78 (patch)
treefb99da3418d3ac46fa7bed72a81fef8537db586e /extensions/source/bibliography/bibview.cxx
parentReplace IMPL_STATIC_LINK[_TYPED] with more useful variants (diff)
downloadcore-a5e8f26a9e7d129b64e4427cefafdcf72fa6ad78.tar.gz
core-a5e8f26a9e7d129b64e4427cefafdcf72fa6ad78.zip
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: I1a8a07623c264154451d36b55db1986be4a6f54c
Diffstat (limited to 'extensions/source/bibliography/bibview.cxx')
-rw-r--r--extensions/source/bibliography/bibview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx
index c51b579b283b..58cf4d44e54c 100644
--- a/extensions/source/bibliography/bibview.cxx
+++ b/extensions/source/bibliography/bibview.cxx
@@ -174,9 +174,9 @@ namespace bib
mpBibView->Resize();
}
- IMPL_STATIC_LINK( BibView, CallMappingHdl, BibView*, EMPTYARG )
+ IMPL_LINK( BibView, CallMappingHdl, BibView*, EMPTYARG )
{
- pThis->m_pDatMan->CreateMappingDialog( pThis );
+ m_pDatMan->CreateMappingDialog( this );
return 0;
}