diff options
Diffstat (limited to 'sw/uiconfig/swriter/toolbar/starshapes.xml')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/starshapes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/toolbar/starshapes.xml b/sw/uiconfig/swriter/toolbar/starshapes.xml index 7168e3c0576a..cb7cf6d297e2 100644 --- a/sw/uiconfig/swriter/toolbar/starshapes.xml +++ b/sw/uiconfig/swriter/toolbar/starshapes.xml @@ -18,17 +18,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <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:StarShapes.bang"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star4"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star5"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star6"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star8"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star12"/> - <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star24"/> - <toolbar:toolbaritem xlink:href=".uno:StarShapes.concave-star6"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:StarShapes.bang"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.vertical-scroll"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.horizontal-scroll"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.signet"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.doorplate"/> -</toolbar:toolbar>
\ No newline at end of file + <toolbar:toolbaritem xlink:href=".uno:StarShapes.concave-star6"/> +</toolbar:toolbar> |