diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-11-26 07:45:42 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-11-26 07:45:42 +0000 |
commit | 62045b7198b8760257e40172061e1dc2f15ac104 (patch) | |
tree | af4f59ffb95beb674171ddb0bffb1fbdccb80eb9 /sc/sdi/drtxtob.sdi | |
parent | fbf68271052d9693facedb8685340696e55a0da0 (diff) |
#105412# new popup menu entry 'Open Hyperlink'
Diffstat (limited to 'sc/sdi/drtxtob.sdi')
-rw-r--r-- | sc/sdi/drtxtob.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index 176233ed1879..d1d6959b32db 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -83,6 +83,7 @@ interface TableDrawText : Selection SID_HYPERLINK_SETLINK [ ExecMethod = Execute; Export = FALSE; ] SID_HYPERLINK_GETLINK [ StateMethod = GetState; Export = FALSE; ] + SID_OPEN_HYPERLINK [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_ENABLE_HYPHENATION [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_TEXTDIRECTION_LEFT_TO_RIGHT [ ExecMethod = Execute; StateMethod = GetAttrState; Export = FALSE; ] |