summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-22 21:39:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-22 21:39:10 +0200
commit3a9657b85d2ff5e365c96496ffa749efd4885501 (patch)
tree5ced5aadb2e286955b117fa6a6a197928d206dc6 /sfx2
parent63d108589724cdadfdcaf7c704382a8eb31ea8e3 (diff)
loplugin:staticmethods
Change-Id: Icd00538ececfb6ebff795f75ab17e50b536b67b2
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/templatedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 14f89a71b614..848aeb8733a2 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -659,7 +659,7 @@ IMPL_LINK_NOARG_TYPED(SfxTemplateManagerDlg, ImportClickHdl, Button*, void)
mpCBFolder->SelectEntryPos(0);
}
-IMPL_LINK_NOARG_TYPED(SfxTemplateManagerDlg, LinkClickHdl, Button*, void)
+IMPL_STATIC_LINK_NOARG_TYPED(SfxTemplateManagerDlg, LinkClickHdl, Button*, void)
{
OnTemplateLink();
}