summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-06-28 04:34:27 +0400
committerPhilippe Jung <phil.jung@free.fr>2015-06-29 07:13:42 +0000
commitb3589a30121a30f290e212ee1dcc2773e8bd277d (patch)
tree6b941f15976ea169015a9b915ad34bc92a8aed97 /sd
parent64ac796d5f5999541eedcf418ae146fdfb0a0284 (diff)
tdf#84909 Hide rename master slide button in toolbar
Change-Id: I1cdfc8495dbc54b71d5971b7aef396b7a34c6de9 Reviewed-on: https://gerrit.libreoffice.org/16555 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 605f2233ecce4be022d8fcdcab7b9e169efde393) Reviewed-on: https://gerrit.libreoffice.org/16559 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/simpress/toolbar/commontaskbar.xml1
-rw-r--r--sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/toolbar/commontaskbar.xml b/sd/uiconfig/simpress/toolbar/commontaskbar.xml
index 8fc0c0ed63b0..1d4644263cd5 100644
--- a/sd/uiconfig/simpress/toolbar/commontaskbar.xml
+++ b/sd/uiconfig/simpress/toolbar/commontaskbar.xml
@@ -20,6 +20,7 @@
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
<toolbar:toolbaritem xlink:href=".uno:InsertPage" toolbar:style="dropdown"/>
<toolbar:toolbaritem xlink:href=".uno:DuplicatePage" toolbar:helpid="27342"/>
+ <toolbar:toolbaritem xlink:href=".uno:RenamePage" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:DeletePage"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:AssignLayout" toolbar:style="dropdownonly"/>
diff --git a/sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml b/sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml
index 79a0d2925291..56b4ffb5c6c2 100644
--- a/sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml
+++ b/sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml
@@ -19,8 +19,8 @@
-->
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
<toolbar:toolbaritem xlink:href=".uno:InsertMasterPage"/>
+ <toolbar:toolbaritem xlink:href=".uno:RenameMasterPage" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:DeleteMasterPage"/>
- <toolbar:toolbaritem xlink:href=".uno:RenameMasterPage"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:CloseMasterView"/>
</toolbar:toolbar>