diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-11-26 00:22:24 +0400 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-11-28 19:30:17 +0000 |
commit | 371eed1eca3620b106070bea98b165e552ac3763 (patch) | |
tree | a58b28d1a31b75f90c39d015a9ea85e004bdde33 /sc/uiconfig | |
parent | a4c8322d2cdd752d299aaeb8a9e9d8d7d665572c (diff) |
Fix wrong use of toolbarseperator in shape toolbars
Change-Id: I812db6b6d2217435bec1b7daf13823747d820585
Reviewed-on: https://gerrit.libreoffice.org/20183
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/starshapes.xml | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/toolbar/symbolshapes.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/toolbar/starshapes.xml b/sc/uiconfig/scalc/toolbar/starshapes.xml index cb7cf6d297e2..cc9cfd6968ee 100644 --- a/sc/uiconfig/scalc/toolbar/starshapes.xml +++ b/sc/uiconfig/scalc/toolbar/starshapes.xml @@ -24,7 +24,7 @@ <toolbar:toolbaritem xlink:href=".uno:StarShapes.star8"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star12"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star24"/> - <toolbar:toolbarseparator/> + <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.bang"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.vertical-scroll"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.horizontal-scroll"/> diff --git a/sc/uiconfig/scalc/toolbar/symbolshapes.xml b/sc/uiconfig/scalc/toolbar/symbolshapes.xml index f981c142c603..b206982447f8 100644 --- a/sc/uiconfig/scalc/toolbar/symbolshapes.xml +++ b/sc/uiconfig/scalc/toolbar/symbolshapes.xml @@ -24,14 +24,14 @@ <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.moon"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.cloud"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.lightning"/> - <toolbar:toolbarseparator/> + <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.flower"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.forbidden"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.puzzle"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.quad-bevel"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.octagon-bevel"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.diamond-bevel"/> - <toolbar:toolbarseparator/> + <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.bracket-pair"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.left-bracket"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.right-bracket"/> |