diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-05-30 12:59:51 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-05-31 03:54:52 +0000 |
commit | 1a8e9dae32997bf199dbd192058fcd8f187ddc49 (patch) | |
tree | f5b928da670de7444dfa56fbfc31c96ab57e52d0 /sw/uiconfig/swriter/toolbar/textobjectbar.xml | |
parent | 4618d15cb73d0f0c15e0f4d2a6ce9cdbe6eeef24 (diff) |
tdf#81475 Additional work on the formatting and draw toolbar
Change-Id: Idf8c389915e880cbc4246743d2b6a70d4e99f2e2
Reviewed-on: https://gerrit.libreoffice.org/15992
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/toolbar/textobjectbar.xml')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index 8b20a5330517..9b9ef6234cd4 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -34,10 +34,12 @@ <toolbar:toolbaritem xlink:href=".uno:UnderlineDouble" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Strikeout"/> <toolbar:toolbaritem xlink:href=".uno:Overline" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> <toolbar:toolbaritem xlink:href=".uno:SubScript"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Shadowed"/> - <toolbar:toolbaritem xlink:href=".uno:OutlineFont" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:OutlineFont"/> <toolbar:toolbaritem xlink:href=".uno:ResetAttributes"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ChangeCaseToLower" toolbar:visible="false"/> |