diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-11-18 19:15:07 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-11-24 12:17:41 +0100 |
commit | 6564a1ab1e873cbc9e36f7f301d4a3c14d86861e (patch) | |
tree | 3a03d94483dcf64ae3907445111f611443894d65 /sw/sdi | |
parent | 3616bb68f247735c46c1a4cd9568775e77be6441 (diff) |
SpellingPopup: Create separate SID for Ignore / IgnoreAll / suggestion.
Change-Id: I20f41f511ea38f960f081f92bc36e095f7752d28
Reviewed-on: https://gerrit.libreoffice.org/83599
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 14 |
1 files changed, 13 insertions, 1 deletions
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 ; |