sd/uiconfig/sdraw/toolbar/standardbar.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
New commits: commit 843822002f20dc86da9789074d4ae5797a42d55e Author: Yousuf Philips <[email protected]> Date: Tue Nov 11 07:50:47 2014 +0400 Standardizing the draw standard toolbar with other app standard toolbars Change-Id: I4d7eec2b255cc9e74b41be63eb321ef589aca230 Reviewed-on: https://gerrit.libreoffice.org/12360 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/sd/uiconfig/sdraw/toolbar/standardbar.xml b/sd/uiconfig/sdraw/toolbar/standardbar.xml index d446563..626da07 100644 --- a/sd/uiconfig/sdraw/toolbar/standardbar.xml +++ b/sd/uiconfig/sdraw/toolbar/standardbar.xml @@ -24,7 +24,7 @@ <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false" toolbar:helpid="5502"/> - <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:helpid="5331"/> + <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:helpid="6312" toolbar:visible="false"/> <toolbar:toolbarseparator/> @@ -32,9 +32,6 @@ <toolbar:toolbaritem xlink:href=".uno:PrintDefault" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Print"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpellDialog" toolbar:helpid="20622"/> - <toolbar:toolbaritem xlink:href=".uno:SpellOnline" toolbar:helpid="12021"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Cut" toolbar:helpid="5710"/> <toolbar:toolbaritem xlink:href=".uno:Copy" toolbar:helpid="5711"/> <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:helpid="5712"/> @@ -43,12 +40,17 @@ <toolbar:toolbaritem xlink:href=".uno:Undo" toolbar:helpid="5701"/> <toolbar:toolbaritem xlink:href=".uno:Redo" toolbar:helpid="5700"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:SpellDialog" toolbar:helpid="20622"/> + <toolbar:toolbaritem xlink:href=".uno:SpellOnline" toolbar:visible="false" toolbar:helpid="12021"/> + <toolbar:toolbaritem xlink:href=".uno:ZoomMode"/> + <toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:visible="false" toolbar:helpid="10096"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart" toolbar:helpid="10140"/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog" toolbar:helpid="5678"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Window3D" toolbar:style="auto" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:helpid="10096"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> + <toolbar:toolbaritem xlink:href=".uno:HelpIndex" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> </toolbar:toolbar> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
