diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-18 14:20:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-19 20:12:34 +0200 |
commit | 098a7d7f74e262634e39d72264e6b3e9a30fffc5 (patch) | |
tree | 1e6606a4e5a2c77fdc0973dd78739021c98103fa /sw/inc | |
parent | 0b03073524cf5fec55faf8a8910ae9dc097744e3 (diff) |
Fix typo
Change-Id: I4f58c7cabb00a152cb2b38a07bbe50a685c1d0a0
Reviewed-on: https://gerrit.libreoffice.org/54540
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/IGrammarContact.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |