diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-10-30 13:23:29 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-04 20:26:19 +0100 |
commit | 5929a87b8137bf6326adfd4ddfd8075e585ae15c (patch) | |
tree | f7e1225a53a4cca41a6fa1b86bec3a944b9ebebb /sw/uiconfig/swriter/toolbar | |
parent | c7ba28eaa766f2c1d4f0d3b25b40dd40777bc66b (diff) |
line spacing: Change the implementation so that it can be used in toolbars.
Before it was only sidebar-specific, duplicating most the sfx2 framework, and
making it impossible to be used from the toolbars.
Change-Id: Ibb382633395157602dd806052824e5275503c3e0
Diffstat (limited to 'sw/uiconfig/swriter/toolbar')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index 3b9c27627ebd..ef691054514a 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -56,9 +56,7 @@ <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:visible="false"/> |