diff options
author | Muthu Subramanian <sumuthu@collabora.com> | 2014-04-23 18:33:22 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@collabora.com> | 2014-04-23 18:36:38 +0530 |
commit | 0833f4046a1afa77aeed97a131c5325c44be1bb3 (patch) | |
tree | d3481fe0be6f8eba343926320c941440deb915ae /sd/sdi | |
parent | cf33af732ed0d3d553bb74636e3b14c55d44c153 (diff) |
fdo#64047: n#863021: Add set-all language menu.
Problems:
* Doesn't reset the spell error markers
* Modifies only at object level
* Currently has only setting for 'all text'
* Maybe provide a current slide only option?
Change-Id: I4695423fed3ed9422185b23803eedd12ef434bea
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/_docsh.sdi | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sd/sdi/_docsh.sdi b/sd/sdi/_docsh.sdi index 075b60a96c2c..b08772302161 100644 --- a/sd/sdi/_docsh.sdi +++ b/sd/sdi/_docsh.sdi @@ -32,11 +32,16 @@ interface DrawDocument ExecMethod = Execute ; StateMethod = GetState ; ] - SID_CHINESE_CONVERSION // ole : ?, status : ? - [ - ExecMethod = Execute ; - StateMethod = GetState ; - ] + SID_CHINESE_CONVERSION // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_LANGUAGE_STATUS + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] // ? FID_SEARCH_NOW // ole : ?, status : ? [ |