diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-15 08:54:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-15 09:42:02 +0100 |
commit | 8c4c1abc9ffa7d9f893d4d16de61594ee090f10b (patch) | |
tree | 137c17f7ae50b12eb5e00c7a06aaef3e825dea5c /include/svx/ClassificationDialog.hxx | |
parent | 4ddd6f329163cbac5ff31e51a5b028d8eeedadd2 (diff) |
loplugin:staticmethods in svx
Change-Id: I94df3aa40fa79877ccebf1ed8709bd7cc47748d9
Reviewed-on: https://gerrit.libreoffice.org/63398
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/ClassificationDialog.hxx')
-rw-r--r-- | include/svx/ClassificationDialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ClassificationDialog.hxx b/include/svx/ClassificationDialog.hxx index 607f6565bdbc..3efa8fbc7a8b 100644 --- a/include/svx/ClassificationDialog.hxx +++ b/include/svx/ClassificationDialog.hxx @@ -69,7 +69,7 @@ private: DECL_LINK(SelectRecentlyUsedHdl, ListBox&, void); DECL_LINK(SelectIPPartHdl, ListBox&, void); DECL_LINK(EditWindowModifiedHdl, LinkParamNone*, void); - DECL_LINK(ExpandedHdl, VclExpander&, void); + DECL_STATIC_LINK(ClassificationDialog, ExpandedHdl, VclExpander&, void); void insertField(ClassificationType eType, OUString const & rString, OUString const & rFullString, OUString const & rIdentifier = OUString()); void insertCategoryField(sal_Int32 nID); |