diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-20 09:58:41 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-20 09:37:55 +0000 |
commit | b60e464cb6bb7f4d90e806c46eaf3dd184a37163 (patch) | |
tree | dd224b3207f349673f4e0d5ef00be9ffc8bb5b7e /sw/uiconfig/swriter/toolbar/bezierobjectbar.xml | |
parent | 9c5060a6f9c8e94965178dc44bae6ce744d1eb7c (diff) |
Remove redundant toolbar:style="radio" property
Change-Id: I56969839a93af975466ab6c28f2f87557e4d7f1b
Reviewed-on: https://gerrit.libreoffice.org/20074
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/uiconfig/swriter/toolbar/bezierobjectbar.xml')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/bezierobjectbar.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/toolbar/bezierobjectbar.xml b/sw/uiconfig/swriter/toolbar/bezierobjectbar.xml index 1a5179cb9ebf..f533c3493ad0 100644 --- a/sw/uiconfig/swriter/toolbar/bezierobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/bezierobjectbar.xml @@ -20,8 +20,8 @@ <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> <toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:BezierMove" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:BezierInsert" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:BezierMove"/> + <toolbar:toolbaritem xlink:href=".uno:BezierInsert"/> <toolbar:toolbaritem xlink:href=".uno:BezierDelete"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierConvert"/> @@ -29,9 +29,9 @@ <toolbar:toolbaritem xlink:href=".uno:BezierClose"/> <toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:BezierEdge" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:BezierSmooth" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:BezierSymmetric" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:BezierEdge"/> + <toolbar:toolbaritem xlink:href=".uno:BezierSmooth"/> + <toolbar:toolbaritem xlink:href=".uno:BezierSymmetric"/> <toolbar:toolbarseparator/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierEliminatePoints"/> |