summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:35:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:47 +0200
commit9bb254fc85eea7615cf8b9fa3700754fbd4c971c (patch)
tree96966587eee7453845fae3ec4c0868adbb48148c /filter
parentRemove newly unused IMPL_STATIC_LINK[_TYPED] (diff)
downloadcore-9bb254fc85eea7615cf8b9fa3700754fbd4c971c.tar.gz
core-9bb254fc85eea7615cf8b9fa3700754fbd4c971c.zip
NOINSTANCE is implied now in IMPL_STATIC_LINK...
Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a
Diffstat (limited to 'filter')
-rw-r--r--filter/source/pdf/impdialog.cxx2
-rw-r--r--filter/source/xsltdialog/xmlfiltertabdialog.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index ed1a5b4ba1a9..b0f8fe93f552 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -1737,7 +1737,7 @@ IMPL_LINK_NOARG( ImpPDFTabSigningPage, ClickmaPbSignCertClear )
}
-IMPL_STATIC_LINK_NOINSTANCE_NOARG( ImpPDFTabSigningPage, SelectLBSignTSA )
+IMPL_STATIC_LINK_NOARG( ImpPDFTabSigningPage, SelectLBSignTSA )
{
return 0;
}
diff --git a/filter/source/xsltdialog/xmlfiltertabdialog.cxx b/filter/source/xsltdialog/xmlfiltertabdialog.cxx
index ed400201b3c8..21948e9eb37c 100644
--- a/filter/source/xsltdialog/xmlfiltertabdialog.cxx
+++ b/filter/source/xsltdialog/xmlfiltertabdialog.cxx
@@ -294,7 +294,7 @@ IMPL_LINK_NOARG(XMLFilterTabDialog, OkHdl)
-IMPL_STATIC_LINK_NOINSTANCE(
+IMPL_STATIC_LINK(
XMLFilterTabDialog, ActivatePageHdl, TabControl *, pTabCtrl )
{
const sal_uInt16 nId = pTabCtrl->GetCurPageId();
@@ -306,7 +306,7 @@ IMPL_STATIC_LINK_NOINSTANCE(
-IMPL_STATIC_LINK_NOINSTANCE_NOARG_TYPED( XMLFilterTabDialog, DeactivatePageHdl, TabControl *, bool )
+IMPL_STATIC_LINK_NOARG_TYPED( XMLFilterTabDialog, DeactivatePageHdl, TabControl *, bool )
{
return true;
}