From 6564a1ab1e873cbc9e36f7f301d4a3c14d86861e Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Mon, 18 Nov 2019 19:15:07 +0100 Subject: SpellingPopup: Create separate SID for Ignore / IgnoreAll / suggestion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I20f41f511ea38f960f081f92bc36e095f7752d28 Reviewed-on: https://gerrit.libreoffice.org/83599 Reviewed-by: Tamás Zolnai Tested-by: Tamás Zolnai --- sw/sdi/_textsh.sdi | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'sw/sdi') diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 94bcc81cd5ac..102699cbad19 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -1740,7 +1740,19 @@ interface BaseText StateMethod = GetState ; ] - SID_APPLY_SPELLCHECKING + SID_SPELLCHECK_IGNORE + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_SPELLCHECK_IGNORE_ALL + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_SPELLCHECK_APPLY_SUGGESTION [ ExecMethod = Execute ; StateMethod = GetState ; -- cgit