diff options
Diffstat (limited to 'svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx')
-rw-r--r-- | svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx index 1a4c80aa5b63..4c048f8c302c 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx @@ -124,8 +124,8 @@ public: private: DECL_LINK_TYPED( DirectionHdl, Button*, void ); - DECL_LINK(EditFieldsHdl, void *); - DECL_LINK_TYPED(EditFieldsListBoxHdl, ListBox&, void); + DECL_LINK_TYPED( EditFieldsHdl, Edit&, void ); + DECL_LINK_TYPED( EditFieldsListBoxHdl, ListBox&, void ); DECL_LINK_TYPED( MappingSelectHdl, SvTreeListBox*, void ); DECL_LINK_TYPED( AddHdl, Button*, void ); DECL_LINK_TYPED( ModifyHdl, Button*, void ); |