diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-08-02 10:16:55 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-08-04 09:47:15 +0200 |
commit | b512cea37ebbb62a5dfaa21ec0a35de78fe4c05a (patch) | |
tree | 1def070e7e57609b4c421873c483402953c89561 /sw | |
parent | 3466475d09fe72c8eeaca3122d1790b3fe7b6822 (diff) |
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@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/textstylebar.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textstylebar.xml | 1 |
2 files changed, 2 insertions, 0 deletions
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"/> |