summaryrefslogtreecommitdiff
path: root/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx')
-rw-r--r--svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
index 3b8140f7dce9..0091cfbbf7e3 100644
--- a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
+++ b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
@@ -45,8 +45,8 @@ public:
, bool& rbTranslateCommonTerms ) const;
private:
- DECL_LINK( DictionaryHdl, void* );
- DECL_LINK( OkHdl, void* );
+ DECL_LINK_TYPED( DictionaryHdl, Button*, void );
+ DECL_LINK_TYPED( OkHdl, Button*, void );
private:
VclPtr<RadioButton> m_pRB_To_Simplified;