summaryrefslogtreecommitdiff
path: root/sc/sdi/editsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-23 10:43:56 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-23 10:43:56 +0000
commit2684dc97be1afa169ccb4cbc92dac38f255253f0 (patch)
treeaab9367a1e159fedd2c97c9a177e40508e769e00 /sc/sdi/editsh.sdi
parent6c982d7f5e92a0277c1384e886627ed4d55e23b4 (diff)
slot for clipboard controller
Diffstat (limited to 'sc/sdi/editsh.sdi')
-rw-r--r--sc/sdi/editsh.sdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi
index 74a381092c41..ea9c2343d89a 100644
--- a/sc/sdi/editsh.sdi
+++ b/sc/sdi/editsh.sdi
@@ -16,6 +16,7 @@ interface TableText : Selection
SID_COPY [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_PASTE [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ]
FID_PASTE_CONTENTS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ]
+ SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = Execute; StateMethod = GetClipState; Export = FALSE; ]
SID_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_CHARMAP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
FID_INSERT_NAME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]