Kaydet (Commit) 605f2233 authored tarafından Yousuf Philips's avatar Yousuf Philips

tdf#84909 Hide rename master slide button in toolbar

Change-Id: I1cdfc8495dbc54b71d5971b7aef396b7a34c6de9
Reviewed-on: https://gerrit.libreoffice.org/16555Reviewed-by: 's avatarYousuf Philips <philipz85@hotmail.com>
Tested-by: 's avatarYousuf Philips <philipz85@hotmail.com>
üst 5d5dc059
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <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:InsertPage" toolbar:style="dropdown"/>
<toolbar:toolbaritem xlink:href=".uno:DuplicatePage" toolbar:helpid="27342"/> <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:toolbaritem xlink:href=".uno:DeletePage"/>
<toolbar:toolbarseparator/> <toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:AssignLayout" toolbar:style="dropdownonly"/> <toolbar:toolbaritem xlink:href=".uno:AssignLayout" toolbar:style="dropdownonly"/>
......
...@@ -19,8 +19,8 @@ ...@@ -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: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:InsertMasterPage"/>
<toolbar:toolbaritem xlink:href=".uno:RenameMasterPage" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:DeleteMasterPage"/> <toolbar:toolbaritem xlink:href=".uno:DeleteMasterPage"/>
<toolbar:toolbaritem xlink:href=".uno:RenameMasterPage"/>
<toolbar:toolbarseparator/> <toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:CloseMasterView"/> <toolbar:toolbaritem xlink:href=".uno:CloseMasterView"/>
</toolbar:toolbar> </toolbar:toolbar>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment