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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Aug 4 07:47:34 UTC 2018


 sw/uiconfig/sglobal/toolbar/textstylebar.xml |    1 +
 sw/uiconfig/swriter/toolbar/textstylebar.xml |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit b512cea37ebbb62a5dfaa21ec0a35de78fe4c05a
Author:     heiko tietze <tietze.heiko at gmail.com>
AuthorDate: Thu Aug 2 10:16:55 2018 +0200
Commit:     Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Sat Aug 4 09:47:15 2018 +0200

    tdf#118980 - No "clear list" control on formatting toolbar
    
    Change-Id: I87517885b5adf4a2fc43630769bb52342c936786
    Reviewed-on: https://gerrit.libreoffice.org/58467
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>

diff --git a/sw/uiconfig/sglobal/toolbar/textstylebar.xml b/sw/uiconfig/sglobal/toolbar/textstylebar.xml
index 07d63cb1ae26..1d660d7a715d 100644
--- a/sw/uiconfig/sglobal/toolbar/textstylebar.xml
+++ b/sw/uiconfig/sglobal/toolbar/textstylebar.xml
@@ -76,6 +76,7 @@
  <toolbar:toolbaritem xlink:href=".uno:BulletListStyle" toolbar:text="Bullet"/>
  <toolbar:toolbaritem xlink:href=".uno:NumberListStyle" toolbar:text="Number"/>
  <toolbar:toolbaritem xlink:href=".uno:RomanListStyle" toolbar:text="Roman"/>
+ <toolbar:toolbaritem xlink:href=".uno:RemoveBullets"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:LeftPara"/>
  <toolbar:toolbaritem xlink:href=".uno:CenterPara"/>
diff --git a/sw/uiconfig/swriter/toolbar/textstylebar.xml b/sw/uiconfig/swriter/toolbar/textstylebar.xml
index 19cc6a8ca3de..46fd73a5a54d 100644
--- a/sw/uiconfig/swriter/toolbar/textstylebar.xml
+++ b/sw/uiconfig/swriter/toolbar/textstylebar.xml
@@ -79,6 +79,7 @@
  <toolbar:toolbaritem xlink:href=".uno:AlphaLowListStyle"/>
  <toolbar:toolbaritem xlink:href=".uno:RomanListStyle"/>
  <toolbar:toolbaritem xlink:href=".uno:RomanLowListStyle"/>
+ <toolbar:toolbaritem xlink:href=".uno:RemoveBullets"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:LeftPara"/>
  <toolbar:toolbaritem xlink:href=".uno:CenterPara"/>


More information about the Libreoffice-commits mailing list