parent
1762b1a357
commit
9f7489ed1d
@ -0,0 +1,53 @@
|
||||
From d44ed98fecf6749ce64f1020097477291bb9fdb8 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
||||
Date: Mon, 20 Feb 2017 11:14:33 +0000
|
||||
Subject: [PATCH] right click to insert image
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
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
|
||||
---
|
||||
sd/uiconfig/simpress/popupmenu/page.xml | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/sd/uiconfig/simpress/popupmenu/page.xml b/sd/uiconfig/simpress/popupmenu/page.xml
|
||||
index 307b2b9..0da2948 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">
|
||||
--
|
||||
2.9.3
|
||||
|
Loading…
Reference in new issue