From 52d4203a312e9aecac9bffdc2afe93471b88a9dc Mon Sep 17 00:00:00 2001 From: László Németh Date: Fri, 24 Jan 2014 12:15:54 +0100 Subject: fdo#56954, fdo#73868 grammar checking UI fixes Change-Id: I20577ba3bfbd12a89d34892a8f32d9c2b741f4dd --- cui/source/dialogs/SpellDialog.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cui') diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index e11ed6b0906d..323c0b7b33ff 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -621,6 +621,9 @@ IMPL_LINK( SpellDialog, IgnoreAllHdl, Button *, pButton ) { pSpellErrorDescription->xGrammarChecker->ignoreRule( pSpellErrorDescription->sRuleId, pSpellErrorDescription->aLocale ); + // refresh the layout (workaround to launch a dictionary event) + aXDictionary->setActive(sal_False); + aXDictionary->setActive(sal_True); } } catch( const uno::Exception& ) -- cgit v1.2.3