svx/sdi/svx.sdi | 2 +- sw/uiconfig/swriter/toolbar/textobjectbar.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 371f4f7171820e02ec59bf36f2758f13ef397850 Author: Samuel Mehrbrodt <[email protected]> Date: Fri Apr 29 10:48:15 2016 +0200 tdf#97504 Add toolbar button for character spacing Change-Id: Ib1def4e692e063c1ff49fff48a8f20bc25ba8106 Reviewed-on: https://gerrit.libreoffice.org/24489 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 69c25eb..89df1ff 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -7760,7 +7760,7 @@ SvxKerningItem Spacing SID_ATTR_CHAR_KERNING AccelConfig = FALSE, MenuConfig = FALSE, - ToolBoxConfig = FALSE, + ToolBoxConfig = TRUE, GroupId = GID_FORMAT; ] diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index d4957fc..8a8a58b 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/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
