diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-11 07:50:47 +0400 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-11 14:37:49 +0000 |
commit | 843822002f20dc86da9789074d4ae5797a42d55e (patch) | |
tree | d40202c42cbb9e55f82f55317babeb074b15e72a /sd/uiconfig/sdraw | |
parent | f346727c1f555064e38f0dcc6741f7720f936efa (diff) |
Standardizing the draw standard toolbar with other app standard toolbars
Change-Id: I4d7eec2b255cc9e74b41be63eb321ef589aca230
Reviewed-on: https://gerrit.libreoffice.org/12360
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/standardbar.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/standardbar.xml b/sd/uiconfig/sdraw/toolbar/standardbar.xml index d44656379125..626da0721a42 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> |