diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2018-09-02 13:20:07 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-09-02 18:07:04 +0200 |
commit | 8fb5567dc05397e9b28b821b2d3ff2735ccdeb33 (patch) | |
tree | b54958e16e4173add4960f4298753cb7b5a77732 /sw/sdi | |
parent | a201c5c8c3e7ea14001b5634f330dbce2b1f4314 (diff) |
tdf#118674 Paste special and unformatted for shapes in Writer
Change-Id: I348a6f93b61ea644077dcd3a16ba9d9fe17afb91
Reviewed-on: https://gerrit.libreoffice.org/59905
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/drwtxtsh.sdi | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi index b24f0e8e43f2..a8e79c298b4f 100644 --- a/sw/sdi/drwtxtsh.sdi +++ b/sw/sdi/drwtxtsh.sdi @@ -44,17 +44,26 @@ interface TextDrawText DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] + SID_PASTE_UNFORMATTED // api: + [ + ExecMethod = ExecClpbrd ; + StateMethod = StateClpbrd ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] + SID_PASTE_SPECIAL // api: [ + ExecMethod = ExecClpbrd ; StateMethod = StateClpbrd ; DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] - SID_CLIPBOARD_FORMAT_ITEMS // api: - [ - StateMethod = StateClpbrd ; - DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; - ] + SID_CLIPBOARD_FORMAT_ITEMS // api: + [ + ExecMethod = ExecClpbrd ; + StateMethod = StateClpbrd ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] FN_ESCAPE // api: [ |