diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-02-22 05:32:44 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-02-23 14:29:41 +0000 |
commit | 66712536c68bb5a337b52ccade6193c7b2d04295 (patch) | |
tree | 1cc3cea408962e0ccf451dcd2d803009c455e516 /sd | |
parent | 7d7c2ab1dffa82cfc0e2d6b15702d965b8b0245b (diff) |
tdf#84909 rearrangement of Impress' drawing toolbar
Change-Id: I6d83b3655536142e05e56929356f89a762fd9f96
Reviewed-on: https://gerrit.libreoffice.org/14576
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/toolbar/toolbar.xml | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/sd/uiconfig/simpress/toolbar/toolbar.xml b/sd/uiconfig/simpress/toolbar/toolbar.xml index aaba0b07e7ec..6023caec0c66 100644 --- a/sd/uiconfig/simpress/toolbar/toolbar.xml +++ b/sd/uiconfig/simpress/toolbar/toolbar.xml @@ -21,15 +21,16 @@ <toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:LineArrowEnd" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LineArrowEnd" toolbar:style="radio" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LineToolbox" toolbar:style="radio dropdown"/> <toolbar:toolbaritem xlink:href=".uno:Text" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LineToolbox" toolbar:style="radio dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:ConnectorToolbox" toolbar:style="radio dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox" toolbar:helpid=".uno:ArrowsToolbox" toolbar:style="radio dropdown" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox" toolbar:style="radio dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:ConnectorToolbox" toolbar:style="radio dropdown" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Objects3DToolbox" toolbar:style="radio dropdown" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:style="radio dropdown"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes" toolbar:style="radio dropdown"/> @@ -44,13 +45,20 @@ <toolbar:toolbaritem xlink:href=".uno:ChangePolygon" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ConvertInto3D" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ConvertInto3DLatheFast" toolbar:visible="false"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/> - <toolbar:toolbaritem xlink:href=".uno:InsertGraphic" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle" toolbar:helpid="10960"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertToolbox" toolbar:style="radio dropdown" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Config" toolbar:style="dropdown" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle" toolbar:helpid="10960"/> - <toolbar:toolbaritem xlink:href=".uno:AnimationObjects" toolbar:style="auto" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FillShadow" toolbar:helpid="10299"/> + <toolbar:toolbaritem xlink:href=".uno:TransformDialog" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ObjectAlign" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:ObjectPosition" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:DistributeSelection"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:Crop"/> + <toolbar:toolbaritem xlink:href=".uno:GraphicFilterToolbox" toolbar:style="dropdown"/> </toolbar:toolbar> |