[Libreoffice-commits] core.git: sc/uiconfig sw/uiconfig

Yousuf Philips philipz85 at hotmail.com
Sat Nov 28 11:30:54 PST 2015


 sc/uiconfig/scalc/toolbar/starshapes.xml     |    2 +-
 sc/uiconfig/scalc/toolbar/symbolshapes.xml   |    4 ++--
 sw/uiconfig/swriter/toolbar/symbolshapes.xml |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 371eed1eca3620b106070bea98b165e552ac3763
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Thu Nov 26 00:22:24 2015 +0400

    Fix wrong use of toolbarseperator in shape toolbars
    
    Change-Id: I812db6b6d2217435bec1b7daf13823747d820585
    Reviewed-on: https://gerrit.libreoffice.org/20183
    Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
    Tested-by: Maxim Monastirsky <momonasmon at gmail.com>

diff --git a/sc/uiconfig/scalc/toolbar/starshapes.xml b/sc/uiconfig/scalc/toolbar/starshapes.xml
index cb7cf6d..cc9cfd6 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 f981c14..b206982 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 f981c14..b206982 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"/>


More information about the Libreoffice-commits mailing list