summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorRob Snelders <rob@ertai.nl>2012-04-14 13:17:04 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-04-17 12:16:18 +0200
commit808be9732e409789f9d26c13c15bbd899c408cd0 (patch)
treea1d70ec9148cc3143428f6e9b746e4fb070c1d71 /cui/source/inc
parent223b99165a249d77c1658eff8ce2262875170ec9 (diff)
fdo#40778 Remove dictionary choice when adding new entry to the spellchecker
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/SpellDialog.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx
index 2d9383bf33c1..f302e1f4acfd 100644
--- a/cui/source/inc/SpellDialog.hxx
+++ b/cui/source/inc/SpellDialog.hxx
@@ -212,13 +212,15 @@ private:
DECL_LINK(CancelHdl, void *);
DECL_LINK( ModifyHdl, SentenceEditWindow_Impl *);
DECL_LINK(UndoHdl, void *);
- DECL_LINK( AddToDictionaryHdl, MenuButton* );
+ DECL_LINK( AddToDictSelectHdl, MenuButton* );
+ DECL_LINK( AddToDictClickHdl, MenuButton* );
DECL_LINK( LanguageSelectHdl, SvxLanguageBox* );
DECL_LINK( DialogUndoHdl, SpellUndoAction_Impl* );
DECL_LINK( HandleHyperlink, svt::FixedHyperlink * );
DECL_STATIC_LINK( SpellDialog, InitHdl, SpellDialog * );
+ int AddToDictionaryExecute( sal_uInt16 ItemId, PopupMenu *pMenu );
void StartSpellOptDlg_Impl();
void InitUserDicts();
void UpdateBoxes_Impl();