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 /include | |
parent | 63d108589724cdadfdcaf7c704382a8eb31ea8e3 (diff) |
loplugin:staticmethods
Change-Id: Icd00538ececfb6ebff795f75ab17e50b536b67b2
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/templatedlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx index fc425172f1a6..b4f9e29c34cd 100644 --- a/include/sfx2/templatedlg.hxx +++ b/include/sfx2/templatedlg.hxx @@ -69,7 +69,7 @@ private: DECL_LINK_TYPED(MoveClickHdl, Button*, void); DECL_LINK_TYPED(ExportClickHdl, Button*, void); DECL_LINK_TYPED(ImportClickHdl, Button*, void); - DECL_LINK_TYPED(LinkClickHdl, Button*, void); + DECL_STATIC_LINK_TYPED(SfxTemplateManagerDlg, LinkClickHdl, Button*, void); DECL_LINK_TYPED(TVItemStateHdl, const ThumbnailViewItem*, void); |