diff options
author | Thomas Lange <tl@openoffice.org> | 2009-11-25 16:49:51 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-11-25 16:49:51 +0000 |
commit | 3a93b09b046b34701749e403c45b921cb61bd80c (patch) | |
tree | 442b65fe93925d37fce757aaa92b87664ef34c20 /sfx2/sdi | |
parent | 9b67f9758e7d102b2a38210066ba6434a5013b25 (diff) |
#i51258# thesaurus for right click context menu
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 26f55ccdd178..ed69beb09bef 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -8827,3 +8827,29 @@ SfxInt16Item PasteUnformatted SID_PASTE_UNFORMATTED GroupId = GID_EDIT; ] +//-------------------------------------------------------------------------- +// call thesaurus dialog from context menu +SfxInt16Item ThesaurusFromContext SID_THES +(SfxStringItem WordReplace SID_THES) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_TEXT; +] + |