diff options
author | Henry Castro <hcastro@collabora.com> | 2017-10-19 22:47:17 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2017-10-22 17:18:17 +0200 |
commit | 2fa424f40a185eb43d862a29abce07345695fcf3 (patch) | |
tree | 6d770158526a66d893e171cf56d53a31a6d1fcc6 /sc/sdi | |
parent | 2460e7637f635727f4596f3e3d799eed434df082 (diff) |
sc lok: fix spell checking languages in Calc
Change-Id: Iadcc3b55a30ce2a2c785366fb3807ff6e4bda1fe
Reviewed-on: https://gerrit.libreoffice.org/43581
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/docsh.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi index 3160e88a4795..fdb22acf3e0c 100644 --- a/sc/sdi/docsh.sdi +++ b/sc/sdi/docsh.sdi @@ -74,6 +74,7 @@ interface TableDocument SID_ATTR_CHAR_FONTLIST [ StateMethod = GetState; ] SID_SHARE_DOC [ ExecMethod = Execute; StateMethod = GetState; ] SID_NOTEBOOKBAR [ ExecMethod = Execute; StateMethod = GetState; ] + SID_LANGUAGE_STATUS [ ExecMethod = Execute; StateMethod = GetState; ] } |