diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-09-06 00:40:46 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-10-01 13:19:07 +0200 |
commit | 43cd16a158d80b9a1cb3ef2961c4bf4dcd0e6505 (patch) | |
tree | 0d9c0ea49058d8c9f9fa96ef16ed00bb0f2fc352 /sd/uiconfig/simpress/popupmenu | |
parent | fa39a342f848ecd840f59126d211602d31345d9f (diff) |
tdf#119411 where needed added PasteUnformated
checked all different apps and options. this it what will work now
maybe in the future additional options will be available but now
it's fine with this patch
Change-Id: I27671e80c9ec3d1304605405ff79cb19c3f4c88c
Reviewed-on: https://gerrit.libreoffice.org/60062
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sd/uiconfig/simpress/popupmenu')
-rw-r--r-- | sd/uiconfig/simpress/popupmenu/drawtext.xml | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/popupmenu/tabletext.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/popupmenu/drawtext.xml b/sd/uiconfig/simpress/popupmenu/drawtext.xml index 8929693c3821..534c937c857a 100644 --- a/sd/uiconfig/simpress/popupmenu/drawtext.xml +++ b/sd/uiconfig/simpress/popupmenu/drawtext.xml @@ -11,6 +11,7 @@ <menu:menuitem menu:id=".uno:Cut"/> <menu:menuitem menu:id=".uno:Copy"/> <menu:menuitem menu:id=".uno:Paste"/> + <menu:menuitem menu:id=".uno:PasteUnformatted"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:HideLastLevel"/> <menu:menuitem menu:id=".uno:ShowNextLevel"/> diff --git a/sd/uiconfig/simpress/popupmenu/tabletext.xml b/sd/uiconfig/simpress/popupmenu/tabletext.xml index 9752fda0a40d..9ae33c9fe055 100644 --- a/sd/uiconfig/simpress/popupmenu/tabletext.xml +++ b/sd/uiconfig/simpress/popupmenu/tabletext.xml @@ -11,6 +11,7 @@ <menu:menuitem menu:id=".uno:Cut"/> <menu:menuitem menu:id=".uno:Copy"/> <menu:menuitem menu:id=".uno:Paste"/> + <menu:menuitem menu:id=".uno:PasteUnformatted"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:SetDefault"/> <menu:menuseparator/> |