diff options
author | Thomas Lange <tl@openoffice.org> | 2009-11-25 16:52:25 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-11-25 16:52:25 +0000 |
commit | 2523b874cd4bad0618a1b20d41fa3fdff3a3f4f4 (patch) | |
tree | 62209ce27daa94ce0fdc18d8ebc1e52304bff2ae /sw/sdi/annotsh.sdi | |
parent | 388486a510c8f5b04132a614fa5f2c330d229248 (diff) |
#i51258# thesaurus for right click context menu
Diffstat (limited to 'sw/sdi/annotsh.sdi')
-rwxr-xr-x | sw/sdi/annotsh.sdi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sw/sdi/annotsh.sdi b/sw/sdi/annotsh.sdi index 591373d034c6..5279d36e42e6 100755 --- a/sw/sdi/annotsh.sdi +++ b/sw/sdi/annotsh.sdi @@ -34,7 +34,7 @@ interface Annotation : _Annotation ] { - FN_THESAURUS_DLG // api: + SID_THESAURUS // api: [ ExecMethod = ExecLingu ; StateMethod = GetLinguState ; @@ -368,6 +368,13 @@ interface Annotation : _Annotation DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + SID_THES + [ + ExecMethod = ExecLingu ; + StateMethod = GetLinguState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; // e.g. disable for read-only documents + ] + } shell SwAnnotationShell |