diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-11-16 15:14:20 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-11-23 21:15:52 +0100 |
commit | 51061b780ba42d2b7673de76a729a4084da5ed2b (patch) | |
tree | dee90b60db6fa73e5ca27ea7aa2ba5172bdd734e /include | |
parent | f71c99d24e210da41414203adde8d2d7872920b4 (diff) |
SpellingPopup: Convert "Ignore" menu item to use a slot ID.
Introduced a new slot id SID_APPLY_SPELLING, which can be used
to apply any spelling / grammar related changes (e.g. ignore,
ignore all, replace with suggestion, add to dictionary).
In this commit, only the simple ignore is implemented.
Change-Id: I06ab84efeb955cc02ce3ff531bd8b5c20ddced9e
Reviewed-on: https://gerrit.libreoffice.org/83583
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svxids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 100d2f4fbaf8..6e9cd310f9ad 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -355,6 +355,7 @@ class SvxSetItem; #define SID_SPELL_DIALOG ( SID_SVX_START + 243 ) #define SID_INSERT_DRAW ( SID_SVX_START + 244 ) #define SID_THESAURUS ( SID_SVX_START + 245 ) +#define SID_APPLY_SPELLCHECKING ( SID_SVX_START + 246 ) // CAUTION! Range <250 .. 250> used by EditEngine (!) |