diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-22 21:39:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-22 21:39:10 +0200 |
commit | 3a9657b85d2ff5e365c96496ffa749efd4885501 (patch) | |
tree | 5ced5aadb2e286955b117fa6a6a197928d206dc6 /sfx2 | |
parent | 63d108589724cdadfdcaf7c704382a8eb31ea8e3 (diff) |
loplugin:staticmethods
Change-Id: Icd00538ececfb6ebff795f75ab17e50b536b67b2
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 2 |
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(); } |