From e5d589bb3c2285362e2c89576cf14fc5e77262d0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 22 May 2012 16:10:22 +0100 Subject: Resolves: fdo#40778 wrong type used for callback arg Change-Id: If97589c7b7ad647b22de229a6161b4fd78c757c8 --- cui/source/inc/SpellDialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index 1343b044a168..fc6448e9f8ff 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -214,7 +214,7 @@ private: DECL_LINK( ModifyHdl, SentenceEditWindow_Impl *); DECL_LINK(UndoHdl, void *); DECL_LINK( AddToDictSelectHdl, MenuButton* ); - DECL_LINK( AddToDictClickHdl, MenuButton* ); + DECL_LINK( AddToDictClickHdl, PushButton* ); DECL_LINK( LanguageSelectHdl, SvxLanguageBox* ); DECL_LINK( DialogUndoHdl, SpellUndoAction_Impl* ); DECL_LINK( HandleHyperlink, svt::FixedHyperlink * ); -- cgit v1.2.3