summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-03-16 17:14:33 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-03-17 11:17:09 +0100
commit268327c2fb37ff553a2c348a6beca4e309b0653f (patch)
treef10481ce8a115cbb8472866d1dc3d339b4b4239a /sd/sdi
parent103d65b733e099764fdf8aa3f4889dbc6ca49ff6 (diff)
sd lok: Implement execution of SID_SPELLCHECK_IGNORE_ALL
Used by online spellchecking context menu. Change-Id: Iad3dafedbfed1605ba06f7f87ed91117c9b1a8e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90597 Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/_docsh.sdi6
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/sdi/_docsh.sdi b/sd/sdi/_docsh.sdi
index 29db81db02d2..8644b752702c 100644
--- a/sd/sdi/_docsh.sdi
+++ b/sd/sdi/_docsh.sdi
@@ -77,5 +77,11 @@ interface DrawDocument
ExecMethod = Execute;
StateMethod = GetState;
]
+
+ SID_SPELLCHECK_IGNORE_ALL
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
}