summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-11-26 00:22:24 +0400
committerMaxim Monastirsky <momonasmon@gmail.com>2015-11-30 10:05:23 +0000
commit96319f4591e58db2e29901751c90fd8430536ce5 (patch)
tree418b98dab84c41e31aec7da29970c403ece7369f
parent0309043fb3521923821edb4fa9a7524eb7062e92 (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> (cherry picked from commit 371eed1eca3620b106070bea98b165e552ac3763) Reviewed-on: https://gerrit.libreoffice.org/20278
-rw-r--r--sc/uiconfig/scalc/toolbar/starshapes.xml2
-rw-r--r--sc/uiconfig/scalc/toolbar/symbolshapes.xml4
-rw-r--r--sw/uiconfig/swriter/toolbar/symbolshapes.xml4
3 files changed, 5 insertions, 5 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"/>
diff --git a/sw/uiconfig/swriter/toolbar/symbolshapes.xml b/sw/uiconfig/swriter/toolbar/symbolshapes.xml
index f981c142c603..b206982447f8 100644
--- a/sw/uiconfig/swriter/toolbar/symbolshapes.xml
+++ b/sw/uiconfig/swriter/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"/>