From 098a7d7f74e262634e39d72264e6b3e9a30fffc5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 18 May 2018 14:20:53 +0200 Subject: Fix typo Change-Id: I4f58c7cabb00a152cb2b38a07bbe50a685c1d0a0 Reviewed-on: https://gerrit.libreoffice.org/54540 Reviewed-by: Julien Nabet Tested-by: Jenkins --- sw/inc/IGrammarContact.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/inc/IGrammarContact.hxx b/sw/inc/IGrammarContact.hxx index 995a80bc56e1..83d0c59c83b9 100644 --- a/sw/inc/IGrammarContact.hxx +++ b/sw/inc/IGrammarContact.hxx @@ -46,7 +46,7 @@ public: virtual SwGrammarMarkUp* getGrammarCheck( SwTextNode& rTextNode, bool bCreate ) = 0; /** finishGrammarCheck() has to be called if a grammar checking has been completed - for a text node. If this text node has not been hided by the current proxy list + for a text node. If this text node has not been hidden by the current proxy list it will be repainted. Otherwise the proxy list replaces the old list and the repaint will be triggered by a timer @returns void -- cgit