diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-02-02 22:35:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-05 21:03:36 +0000 |
commit | 84b4b7b931b194fc4d1980d2fa9c7fd6e0c9134c (patch) | |
tree | c9ba999c1d4a8de32b595499b5e0629e0ac2797e /sd/sdi | |
parent | 7cd90162f1c4a1d763e40c8f9972fd59e219ccd1 (diff) |
fdo#51525 Add Paste Unformatted Text to Impress.
Change-Id: I4eff66ee2990fd7bf6a9be6b9f0801e7a70206e9
Reviewed-on: https://gerrit.libreoffice.org/7783
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/_drvwsh.sdi | 5 | ||||
-rw-r--r-- | sd/sdi/outlnvsh.sdi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index 857b30e7d30c..5e3373e9a03c 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -96,6 +96,11 @@ interface DrawView ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] + SID_PASTE_UNFORMATTED + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] SID_CLIPBOARD_FORMAT_ITEMS [ ExecMethod = FuSupport ; diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi index 72169349ffb9..dae93d65f556 100644 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -36,6 +36,11 @@ interface OutlineView ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] + SID_PASTE_UNFORMATTED // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] SID_DELETE // ole : no, status : ? [ ExecMethod = FuSupport ; |