diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-20 11:14:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-20 11:20:58 +0000 |
commit | fde6bbe41d3d8e13b6d3dc3f18e5ddcd10cfe5f0 (patch) | |
tree | 1b7a64086416d85894962ae7d124e90deecc704f | |
parent | 520336fd6526a9a8ad416eec1674a5d7e8af2650 (diff) |
right click to insert image
this was originally added by...
commit 67c3e2abf353c4893a4680f7a5b2d8c457ef18d1
Author: Caolán McNamara <caolanm@redhat.com>
Date: Mon May 25 15:00:47 2015 +0100
impress: right click to insert image
Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c
then removed with...
commit 7edfee8e4f81c17ec95a03843c509b95b8e404b2
Author: Yousuf Philips <philipz85@hotmail.com>
Date: Fri Dec 11 18:53:15 2015 +0400
Rearrangement of various context menus in Impress
Change-Id: I6674254898dc6d7351ec4450e2aa5ac3f177bdbf
Reviewed-on: https://gerrit.libreoffice.org/20640
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
but no particular indication as to why
Change-Id: I8b0ec6c22732d347fc7d354dc5ee5e05b5a3ec79
-rw-r--r-- | sd/uiconfig/simpress/popupmenu/page.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/popupmenu/page.xml b/sd/uiconfig/simpress/popupmenu/page.xml index 307b2b9dc9d4..0da29484ddbb 100644 --- a/sd/uiconfig/simpress/popupmenu/page.xml +++ b/sd/uiconfig/simpress/popupmenu/page.xml @@ -13,6 +13,7 @@ <menu:menuitem menu:id=".uno:Paste"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:SlideSetup"/> + <menu:menuitem menu:id=".uno:InsertGraphic"/> <menu:menuitem menu:id=".uno:SelectBackground"/> <menu:menuitem menu:id=".uno:SaveBackground"/> <menu:menu menu:id=".uno:SlideFeaturesMenu"> |