diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-23 12:39:26 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-23 12:39:26 +0100 |
commit | de501ac893c01cd35d92a068b4cc6f40351f9e3a (patch) | |
tree | 31b63c1cd494fb7ef7426340f8b5bf146a55c9cf /sw | |
parent | 9a3a6bf6e398eb44c95710fb312e29373ee4f1a5 (diff) |
writer: Add some separators in the toolbar for easier orientation.
Change-Id: I48075e09115a7c53bbf8ff0a9e98a0c249618475
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/standardbar.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml b/sw/uiconfig/swriter/toolbar/standardbar.xml index 0f4ec8e8809c..97802cfc3e36 100644 --- a/sw/uiconfig/swriter/toolbar/standardbar.xml +++ b/sw/uiconfig/swriter/toolbar/standardbar.xml @@ -52,17 +52,20 @@ <toolbar:toolbaritem xlink:href=".uno:Gallery" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart" toolbar:helpid="10140"/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectStarMath" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertFootnote" toolbar:helpid="20399"/> <toolbar:toolbaritem xlink:href=".uno:InsertEndnote" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertBookmark" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertReferenceField" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertIndexesEntry" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertPagebreak"/> + <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation" toolbar:helpid="20329"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog" toolbar:helpid="5678"/> <toolbar:toolbaritem xlink:href=".uno:InsertSymbol" toolbar:helpid="20328"/> <toolbar:toolbaritem xlink:href=".uno:InsertFieldCtrl" toolbar:helpid="52824"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertDraw" toolbar:helpid="10244"/> - <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation" toolbar:helpid="20329"/> <toolbar:toolbaritem xlink:href=".uno:DrawText" toolbar:helpid="10253"/> <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:visible="false" toolbar:helpid="10102"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:helpid="11002"/> |