diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-04-29 10:48:15 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-04-29 10:13:06 +0000 |
commit | 371f4f7171820e02ec59bf36f2758f13ef397850 (patch) | |
tree | 9ea25def4f269fa27ce396567e5dddb2bb4d5aff /sw/uiconfig/swriter/toolbar | |
parent | c581db082228048112ba2f71bbfcecea683c93ba (diff) |
tdf#97504 Add toolbar button for character spacing
Change-Id: Ib1def4e692e063c1ff49fff48a8f20bc25ba8106
Reviewed-on: https://gerrit.libreoffice.org/24489
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/uiconfig/swriter/toolbar')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index d4957fcf91f7..8a8a58bf2dcb 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -65,6 +65,7 @@ <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> + <toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease" toolbar:helpid="27346"/> <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease" toolbar:helpid="27347"/> <toolbar:toolbarseparator/> |