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 | |
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')
35 files changed, 204 insertions, 204 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/bezierobjectbar.xml b/sw/uiconfig/sglobal/toolbar/bezierobjectbar.xml index 0a6024fe632c..9596cf397415 100644 --- a/sw/uiconfig/sglobal/toolbar/bezierobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/bezierobjectbar.xml @@ -20,16 +20,16 @@ <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: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:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierDelete"/> <toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/> <toolbar:toolbaritem xlink:href=".uno:BezierConvert"/> <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:toolbaritem xlink:href=".uno:BezierClose"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/sglobal/toolbar/drawtextobjectbar.xml b/sw/uiconfig/sglobal/toolbar/drawtextobjectbar.xml index 44c8c2f6f7c4..a8ed92452fdd 100644 --- a/sw/uiconfig/sglobal/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/drawtextobjectbar.xml @@ -35,14 +35,14 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Color" toolbar:style="dropdown" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> diff --git a/sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml b/sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml index 27446fb24acf..79d388b8984d 100644 --- a/sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml @@ -33,12 +33,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <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:SpacePara1"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> diff --git a/sw/uiconfig/sglobal/toolbar/frameobjectbar.xml b/sw/uiconfig/sglobal/toolbar/frameobjectbar.xml index 1b0614edea76..42579d2a5649 100644 --- a/sw/uiconfig/sglobal/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/frameobjectbar.xml @@ -20,20 +20,20 @@ <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:StyleApply"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOn"/> + <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapThrough"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignLeft" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignLeft"/> + <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignRight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignTop"/> + <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> diff --git a/sw/uiconfig/sglobal/toolbar/tableobjectbar.xml b/sw/uiconfig/sglobal/toolbar/tableobjectbar.xml index 1e147ceda11a..b72204fcd4de 100644 --- a/sw/uiconfig/sglobal/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/tableobjectbar.xml @@ -28,9 +28,9 @@ <toolbar:toolbaritem xlink:href=".uno:SplitCell"/> <toolbar:toolbaritem xlink:href=".uno:OptimizeTable" toolbar:style="dropdown"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertTop"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertRows"/> <toolbar:toolbaritem xlink:href=".uno:InsertColumns"/> diff --git a/sw/uiconfig/sglobal/toolbar/textobjectbar.xml b/sw/uiconfig/sglobal/toolbar/textobjectbar.xml index 5cc70ce4647a..ad0877126180 100644 --- a/sw/uiconfig/sglobal/toolbar/textobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/textobjectbar.xml @@ -37,12 +37,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> diff --git a/sw/uiconfig/sweb/toolbar/bezierobjectbar.xml b/sw/uiconfig/sweb/toolbar/bezierobjectbar.xml index 0a6024fe632c..9596cf397415 100644 --- a/sw/uiconfig/sweb/toolbar/bezierobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/bezierobjectbar.xml @@ -20,16 +20,16 @@ <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: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:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierDelete"/> <toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/> <toolbar:toolbaritem xlink:href=".uno:BezierConvert"/> <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:toolbaritem xlink:href=".uno:BezierClose"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml b/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml index 44c8c2f6f7c4..a8ed92452fdd 100644 --- a/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/drawtextobjectbar.xml @@ -35,14 +35,14 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Color" toolbar:style="dropdown" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> diff --git a/sw/uiconfig/sweb/toolbar/formtextobjectbar.xml b/sw/uiconfig/sweb/toolbar/formtextobjectbar.xml index 27446fb24acf..79d388b8984d 100644 --- a/sw/uiconfig/sweb/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/formtextobjectbar.xml @@ -33,12 +33,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <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:SpacePara1"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> diff --git a/sw/uiconfig/sweb/toolbar/frameobjectbar.xml b/sw/uiconfig/sweb/toolbar/frameobjectbar.xml index 1b0614edea76..42579d2a5649 100644 --- a/sw/uiconfig/sweb/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/frameobjectbar.xml @@ -20,20 +20,20 @@ <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:StyleApply"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOn"/> + <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapThrough"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignLeft" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignLeft"/> + <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignRight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignTop"/> + <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> diff --git a/sw/uiconfig/sweb/toolbar/tableobjectbar.xml b/sw/uiconfig/sweb/toolbar/tableobjectbar.xml index 1e147ceda11a..b72204fcd4de 100644 --- a/sw/uiconfig/sweb/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/tableobjectbar.xml @@ -28,9 +28,9 @@ <toolbar:toolbaritem xlink:href=".uno:SplitCell"/> <toolbar:toolbaritem xlink:href=".uno:OptimizeTable" toolbar:style="dropdown"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertTop"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertRows"/> <toolbar:toolbaritem xlink:href=".uno:InsertColumns"/> diff --git a/sw/uiconfig/swform/toolbar/bezierobjectbar.xml b/sw/uiconfig/swform/toolbar/bezierobjectbar.xml index 0a6024fe632c..9596cf397415 100644 --- a/sw/uiconfig/swform/toolbar/bezierobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/bezierobjectbar.xml @@ -20,16 +20,16 @@ <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: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:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierDelete"/> <toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/> <toolbar:toolbaritem xlink:href=".uno:BezierConvert"/> <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:toolbaritem xlink:href=".uno:BezierClose"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swform/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swform/toolbar/drawtextobjectbar.xml index 44c8c2f6f7c4..a8ed92452fdd 100644 --- a/sw/uiconfig/swform/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/drawtextobjectbar.xml @@ -35,14 +35,14 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Color" toolbar:style="dropdown" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> diff --git a/sw/uiconfig/swform/toolbar/formtextobjectbar.xml b/sw/uiconfig/swform/toolbar/formtextobjectbar.xml index 27446fb24acf..79d388b8984d 100644 --- a/sw/uiconfig/swform/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/formtextobjectbar.xml @@ -33,12 +33,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <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:SpacePara1"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> diff --git a/sw/uiconfig/swform/toolbar/frameobjectbar.xml b/sw/uiconfig/swform/toolbar/frameobjectbar.xml index 1b0614edea76..42579d2a5649 100644 --- a/sw/uiconfig/swform/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/frameobjectbar.xml @@ -20,20 +20,20 @@ <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:StyleApply"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOn"/> + <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapThrough"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignLeft" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignLeft"/> + <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignRight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignTop"/> + <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> diff --git a/sw/uiconfig/swform/toolbar/tableobjectbar.xml b/sw/uiconfig/swform/toolbar/tableobjectbar.xml index 1e147ceda11a..b72204fcd4de 100644 --- a/sw/uiconfig/swform/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/tableobjectbar.xml @@ -28,9 +28,9 @@ <toolbar:toolbaritem xlink:href=".uno:SplitCell"/> <toolbar:toolbaritem xlink:href=".uno:OptimizeTable" toolbar:style="dropdown"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertTop"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertRows"/> <toolbar:toolbaritem xlink:href=".uno:InsertColumns"/> diff --git a/sw/uiconfig/swform/toolbar/textobjectbar.xml b/sw/uiconfig/swform/toolbar/textobjectbar.xml index 5cc70ce4647a..ad0877126180 100644 --- a/sw/uiconfig/swform/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/textobjectbar.xml @@ -37,12 +37,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> diff --git a/sw/uiconfig/swreport/toolbar/bezierobjectbar.xml b/sw/uiconfig/swreport/toolbar/bezierobjectbar.xml index 0a6024fe632c..9596cf397415 100644 --- a/sw/uiconfig/swreport/toolbar/bezierobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/bezierobjectbar.xml @@ -20,16 +20,16 @@ <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: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:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierDelete"/> <toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/> <toolbar:toolbaritem xlink:href=".uno:BezierConvert"/> <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:toolbaritem xlink:href=".uno:BezierClose"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swreport/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swreport/toolbar/drawtextobjectbar.xml index 44c8c2f6f7c4..a8ed92452fdd 100644 --- a/sw/uiconfig/swreport/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/drawtextobjectbar.xml @@ -35,14 +35,14 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Color" toolbar:style="dropdown" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> diff --git a/sw/uiconfig/swreport/toolbar/formtextobjectbar.xml b/sw/uiconfig/swreport/toolbar/formtextobjectbar.xml index 27446fb24acf..79d388b8984d 100644 --- a/sw/uiconfig/swreport/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/formtextobjectbar.xml @@ -33,12 +33,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <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:SpacePara1"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> diff --git a/sw/uiconfig/swreport/toolbar/frameobjectbar.xml b/sw/uiconfig/swreport/toolbar/frameobjectbar.xml index 1b0614edea76..42579d2a5649 100644 --- a/sw/uiconfig/swreport/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/frameobjectbar.xml @@ -20,20 +20,20 @@ <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:StyleApply"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOn"/> + <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapThrough"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignLeft" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignLeft"/> + <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignRight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignTop"/> + <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> diff --git a/sw/uiconfig/swreport/toolbar/tableobjectbar.xml b/sw/uiconfig/swreport/toolbar/tableobjectbar.xml index 1e147ceda11a..b72204fcd4de 100644 --- a/sw/uiconfig/swreport/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/tableobjectbar.xml @@ -28,9 +28,9 @@ <toolbar:toolbaritem xlink:href=".uno:SplitCell"/> <toolbar:toolbaritem xlink:href=".uno:OptimizeTable" toolbar:style="dropdown"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertTop"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertRows"/> <toolbar:toolbaritem xlink:href=".uno:InsertColumns"/> diff --git a/sw/uiconfig/swreport/toolbar/textobjectbar.xml b/sw/uiconfig/swreport/toolbar/textobjectbar.xml index 5cc70ce4647a..ad0877126180 100644 --- a/sw/uiconfig/swreport/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/textobjectbar.xml @@ -37,12 +37,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> 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"/> diff --git a/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml index 6cdae5041423..e95888a5dbea 100644 --- a/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml @@ -49,9 +49,9 @@ <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/> <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease"/> <toolbar:toolbarseparator/> @@ -62,6 +62,6 @@ <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> <toolbar:toolbaritem xlink:href=".uno:SelectAll"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> </toolbar:toolbar> diff --git a/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml b/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml index 27446fb24acf..79d388b8984d 100644 --- a/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml @@ -33,12 +33,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <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:SpacePara1"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> diff --git a/sw/uiconfig/swriter/toolbar/frameobjectbar.xml b/sw/uiconfig/swriter/toolbar/frameobjectbar.xml index d2c48aa0d297..6bad61b5be03 100644 --- a/sw/uiconfig/swriter/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/frameobjectbar.xml @@ -22,20 +22,20 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ToggleAnchorType" toolbar:style="dropdown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:style="radio"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignLeft" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOn"/> + <toolbar:toolbaritem xlink:href=".uno:WrapIdeal"/> + <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapThrough"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:AlignLeft"/> + <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignRight"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:AlignTop"/> + <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BringToFront"/> <toolbar:toolbaritem xlink:href=".uno:ObjectForwardOne"/> diff --git a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml index 69162e6f93bf..c6930dc8b237 100644 --- a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml @@ -38,9 +38,9 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:OptimizeTable" toolbar:style="dropdown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertTop"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:AutoFormat"/> diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index 03a56ef6052a..974eca0b49d6 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -69,8 +69,8 @@ <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> <toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> diff --git a/sw/uiconfig/swxform/toolbar/bezierobjectbar.xml b/sw/uiconfig/swxform/toolbar/bezierobjectbar.xml index 0a6024fe632c..9596cf397415 100644 --- a/sw/uiconfig/swxform/toolbar/bezierobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/bezierobjectbar.xml @@ -20,16 +20,16 @@ <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: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:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierDelete"/> <toolbar:toolbaritem xlink:href=".uno:BezierCutLine"/> <toolbar:toolbaritem xlink:href=".uno:BezierConvert"/> <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:toolbaritem xlink:href=".uno:BezierClose"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml index 44c8c2f6f7c4..a8ed92452fdd 100644 --- a/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml @@ -35,14 +35,14 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Color" toolbar:style="dropdown" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> diff --git a/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml b/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml index 27446fb24acf..79d388b8984d 100644 --- a/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml @@ -33,12 +33,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <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:SpacePara1"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> diff --git a/sw/uiconfig/swxform/toolbar/frameobjectbar.xml b/sw/uiconfig/swxform/toolbar/frameobjectbar.xml index 1b0614edea76..42579d2a5649 100644 --- a/sw/uiconfig/swxform/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/frameobjectbar.xml @@ -20,20 +20,20 @@ <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:StyleApply"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:WrapOff" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapOn" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapThrough" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> + <toolbar:toolbaritem xlink:href=".uno:WrapOn"/> + <toolbar:toolbaritem xlink:href=".uno:WrapIdeal" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapThrough"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignLeft" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignLeft"/> + <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignRight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:AlignTop"/> + <toolbar:toolbaritem xlink:href=".uno:AlignVerticalCenter"/> + <toolbar:toolbaritem xlink:href=".uno:AlignBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> diff --git a/sw/uiconfig/swxform/toolbar/tableobjectbar.xml b/sw/uiconfig/swxform/toolbar/tableobjectbar.xml index 1e147ceda11a..b72204fcd4de 100644 --- a/sw/uiconfig/swxform/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/tableobjectbar.xml @@ -28,9 +28,9 @@ <toolbar:toolbaritem xlink:href=".uno:SplitCell"/> <toolbar:toolbaritem xlink:href=".uno:OptimizeTable" toolbar:style="dropdown"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertCenter" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CellVertBottom" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertTop"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> + <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertRows"/> <toolbar:toolbaritem xlink:href=".uno:InsertColumns"/> diff --git a/sw/uiconfig/swxform/toolbar/textobjectbar.xml b/sw/uiconfig/swxform/toolbar/textobjectbar.xml index 5cc70ce4647a..ad0877126180 100644 --- a/sw/uiconfig/swxform/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/textobjectbar.xml @@ -37,12 +37,12 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> |