diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-12-16 14:13:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-12-16 14:13:32 +0000 |
commit | dec8eafa934473f5181ca36badb0205121b104ed (patch) | |
tree | 9cb271ddbbea52e350ce4d47f2fbbdbae145d541 /sc/sdi/editsh.sdi | |
parent | 76e3c562b28d023eca6e9d70b9df02fdc1715f1b (diff) | |
parent | c4c825af22a19fa4aeb17c86df03256a081cb83a (diff) |
tl74: merge with DEV300 m60
Diffstat (limited to 'sc/sdi/editsh.sdi')
-rw-r--r-- | sc/sdi/editsh.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi index a0110b296ea7..3ae19a4083cf 100644 --- a/sc/sdi/editsh.sdi +++ b/sc/sdi/editsh.sdi @@ -44,7 +44,7 @@ interface TableText SID_CUT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] 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_PASTE_SPECIAL [ 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; ] |