summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-20 09:58:41 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-20 09:37:55 +0000
commitb60e464cb6bb7f4d90e806c46eaf3dd184a37163 (patch)
treedd224b3207f349673f4e0d5ef00be9ffc8bb5b7e /sd
parent9c5060a6f9c8e94965178dc44bae6ce744d1eb7c (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 'sd')
-rw-r--r--sd/uiconfig/sdraw/toolbar/3dobjectsbar.xml16
-rw-r--r--sd/uiconfig/sdraw/toolbar/choosemodebar.xml16
-rw-r--r--sd/uiconfig/sdraw/toolbar/ellipsesbar.xml28
-rw-r--r--sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml10
-rw-r--r--sd/uiconfig/sdraw/toolbar/linesbar.xml12
-rw-r--r--sd/uiconfig/sdraw/toolbar/rectanglesbar.xml16
-rw-r--r--sd/uiconfig/sdraw/toolbar/tableobjectbar.xml6
-rw-r--r--sd/uiconfig/sdraw/toolbar/textbar.xml4
-rw-r--r--sd/uiconfig/simpress/toolbar/3dobjectsbar.xml16
-rw-r--r--sd/uiconfig/simpress/toolbar/choosemodebar.xml16
-rw-r--r--sd/uiconfig/simpress/toolbar/drawingobjectbar.xml2
-rw-r--r--sd/uiconfig/simpress/toolbar/ellipsesbar.xml28
-rw-r--r--sd/uiconfig/simpress/toolbar/formtextobjectbar.xml10
-rw-r--r--sd/uiconfig/simpress/toolbar/graphicobjectbar.xml2
-rw-r--r--sd/uiconfig/simpress/toolbar/linesbar.xml12
-rw-r--r--sd/uiconfig/simpress/toolbar/rectanglesbar.xml16
-rw-r--r--sd/uiconfig/simpress/toolbar/tableobjectbar.xml6
-rw-r--r--sd/uiconfig/simpress/toolbar/textbar.xml4
18 files changed, 110 insertions, 110 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/3dobjectsbar.xml b/sd/uiconfig/sdraw/toolbar/3dobjectsbar.xml
index 97fe4a0e2dcb..05857756b9e4 100644
--- a/sd/uiconfig/sdraw/toolbar/3dobjectsbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/3dobjectsbar.xml
@@ -18,13 +18,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:Cube" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Sphere" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Cylinder" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Cone" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Cube"/>
+ <toolbar:toolbaritem xlink:href=".uno:Sphere"/>
+ <toolbar:toolbaritem xlink:href=".uno:Cylinder"/>
+ <toolbar:toolbaritem xlink:href=".uno:Cone"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:Cyramid" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Torus" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Shell3D" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:HalfSphere" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Cyramid"/>
+ <toolbar:toolbaritem xlink:href=".uno:Torus"/>
+ <toolbar:toolbaritem xlink:href=".uno:Shell3D"/>
+ <toolbar:toolbaritem xlink:href=".uno:HalfSphere"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/sdraw/toolbar/choosemodebar.xml b/sd/uiconfig/sdraw/toolbar/choosemodebar.xml
index a4d769c4db6f..893ab7ccd98b 100644
--- a/sd/uiconfig/sdraw/toolbar/choosemodebar.xml
+++ b/sd/uiconfig/sdraw/toolbar/choosemodebar.xml
@@ -18,13 +18,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:ToggleObjectRotateMode" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:ConvertInto3DLathe" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CrookRotate" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
+ <toolbar:toolbaritem xlink:href=".uno:Mirror"/>
+ <toolbar:toolbaritem xlink:href=".uno:ConvertInto3DLathe"/>
+ <toolbar:toolbaritem xlink:href=".uno:CrookRotate"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:CrookSlant" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Shear" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:InteractiveTransparence" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:InteractiveGradient" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:CrookSlant"/>
+ <toolbar:toolbaritem xlink:href=".uno:Shear"/>
+ <toolbar:toolbaritem xlink:href=".uno:InteractiveTransparence"/>
+ <toolbar:toolbaritem xlink:href=".uno:InteractiveGradient"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/sdraw/toolbar/ellipsesbar.xml b/sd/uiconfig/sdraw/toolbar/ellipsesbar.xml
index c62108c26602..45d284fb3fa3 100644
--- a/sd/uiconfig/sdraw/toolbar/ellipsesbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/ellipsesbar.xml
@@ -18,19 +18,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:Ellipse" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Circle" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Pie" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CirclePie" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:EllipseCut" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CircleCut" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Ellipse"/>
+ <toolbar:toolbaritem xlink:href=".uno:Circle"/>
+ <toolbar:toolbaritem xlink:href=".uno:Pie"/>
+ <toolbar:toolbaritem xlink:href=".uno:CirclePie"/>
+ <toolbar:toolbaritem xlink:href=".uno:EllipseCut"/>
+ <toolbar:toolbaritem xlink:href=".uno:CircleCut"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:Ellipse_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Circle_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Pie_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CirclePie_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:EllipseCut_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CircleCut_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Arc" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CircleArc" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Ellipse_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Circle_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Pie_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:CirclePie_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:EllipseCut_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:CircleCut_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Arc"/>
+ <toolbar:toolbaritem xlink:href=".uno:CircleArc"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml b/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml
index 27446fb24acf..79d388b8984d 100644
--- a/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml
+++ b/sd/uiconfig/sdraw/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/sd/uiconfig/sdraw/toolbar/linesbar.xml b/sd/uiconfig/sdraw/toolbar/linesbar.xml
index 7755615ff541..e025a8d906c1 100644
--- a/sd/uiconfig/sdraw/toolbar/linesbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/linesbar.xml
@@ -20,12 +20,12 @@
<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:Freeline_Unfilled"/>
<toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled"/>
- <toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal_Unfilled" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal_Unfilled"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:Freeline" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:BezierFill" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Polygon" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Freeline"/>
+ <toolbar:toolbaritem xlink:href=".uno:BezierFill"/>
+ <toolbar:toolbaritem xlink:href=".uno:Polygon"/>
+ <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal"/>
</toolbar:toolbar>
diff --git a/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml b/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml
index 3741e9520a9a..58ee3ae93139 100644
--- a/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml
@@ -18,13 +18,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:Rect" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Square" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Rect_Rounded" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Square_Rounded" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Rect"/>
+ <toolbar:toolbaritem xlink:href=".uno:Square"/>
+ <toolbar:toolbaritem xlink:href=".uno:Rect_Rounded"/>
+ <toolbar:toolbaritem xlink:href=".uno:Square_Rounded"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:Rect_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Square_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Rect_Rounded_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Square_Rounded_Unfilled" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Rect_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Square_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Rect_Rounded_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Square_Rounded_Unfilled"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/sdraw/toolbar/tableobjectbar.xml b/sd/uiconfig/sdraw/toolbar/tableobjectbar.xml
index 156447cd9ed2..8194f339cdcd 100644
--- a/sd/uiconfig/sdraw/toolbar/tableobjectbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/tableobjectbar.xml
@@ -30,9 +30,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/sd/uiconfig/sdraw/toolbar/textbar.xml b/sd/uiconfig/sdraw/toolbar/textbar.xml
index 2638193aa514..25c904ae8fd1 100644
--- a/sd/uiconfig/sdraw/toolbar/textbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/textbar.xml
@@ -19,10 +19,10 @@
-->
<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:Text"/>
- <toolbar:toolbaritem xlink:href=".uno:TextFitToSizeTool" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:TextFitToSizeTool"/>
<toolbar:toolbaritem xlink:href=".uno:DrawCaption"/>
<toolbar:toolbarbreak/>
<toolbar:toolbaritem xlink:href=".uno:VerticalText"/>
- <toolbar:toolbaritem xlink:href=".uno:VerticalTextFitToSizeTool" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:VerticalTextFitToSizeTool"/>
<toolbar:toolbaritem xlink:href=".uno:VerticalCaption"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/simpress/toolbar/3dobjectsbar.xml b/sd/uiconfig/simpress/toolbar/3dobjectsbar.xml
index 97fe4a0e2dcb..05857756b9e4 100644
--- a/sd/uiconfig/simpress/toolbar/3dobjectsbar.xml
+++ b/sd/uiconfig/simpress/toolbar/3dobjectsbar.xml
@@ -18,13 +18,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:Cube" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Sphere" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Cylinder" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Cone" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Cube"/>
+ <toolbar:toolbaritem xlink:href=".uno:Sphere"/>
+ <toolbar:toolbaritem xlink:href=".uno:Cylinder"/>
+ <toolbar:toolbaritem xlink:href=".uno:Cone"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:Cyramid" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Torus" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Shell3D" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:HalfSphere" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Cyramid"/>
+ <toolbar:toolbaritem xlink:href=".uno:Torus"/>
+ <toolbar:toolbaritem xlink:href=".uno:Shell3D"/>
+ <toolbar:toolbaritem xlink:href=".uno:HalfSphere"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/simpress/toolbar/choosemodebar.xml b/sd/uiconfig/simpress/toolbar/choosemodebar.xml
index a4d769c4db6f..893ab7ccd98b 100644
--- a/sd/uiconfig/simpress/toolbar/choosemodebar.xml
+++ b/sd/uiconfig/simpress/toolbar/choosemodebar.xml
@@ -18,13 +18,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:ToggleObjectRotateMode" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:ConvertInto3DLathe" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CrookRotate" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
+ <toolbar:toolbaritem xlink:href=".uno:Mirror"/>
+ <toolbar:toolbaritem xlink:href=".uno:ConvertInto3DLathe"/>
+ <toolbar:toolbaritem xlink:href=".uno:CrookRotate"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:CrookSlant" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Shear" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:InteractiveTransparence" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:InteractiveGradient" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:CrookSlant"/>
+ <toolbar:toolbaritem xlink:href=".uno:Shear"/>
+ <toolbar:toolbaritem xlink:href=".uno:InteractiveTransparence"/>
+ <toolbar:toolbaritem xlink:href=".uno:InteractiveGradient"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/simpress/toolbar/drawingobjectbar.xml b/sd/uiconfig/simpress/toolbar/drawingobjectbar.xml
index f7bc26ecfcbe..b443c8c2ee25 100644
--- a/sd/uiconfig/simpress/toolbar/drawingobjectbar.xml
+++ b/sd/uiconfig/simpress/toolbar/drawingobjectbar.xml
@@ -37,7 +37,7 @@
<toolbar:toolbaritem xlink:href=".uno:ImageMapDialog" toolbar:visible="false" toolbar:helpid="10371"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:TransformDialog"/>
- <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
<toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
<toolbar:toolbaritem xlink:href=".uno:ObjectPosition"/>
diff --git a/sd/uiconfig/simpress/toolbar/ellipsesbar.xml b/sd/uiconfig/simpress/toolbar/ellipsesbar.xml
index c62108c26602..45d284fb3fa3 100644
--- a/sd/uiconfig/simpress/toolbar/ellipsesbar.xml
+++ b/sd/uiconfig/simpress/toolbar/ellipsesbar.xml
@@ -18,19 +18,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:Ellipse" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Circle" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Pie" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CirclePie" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:EllipseCut" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CircleCut" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Ellipse"/>
+ <toolbar:toolbaritem xlink:href=".uno:Circle"/>
+ <toolbar:toolbaritem xlink:href=".uno:Pie"/>
+ <toolbar:toolbaritem xlink:href=".uno:CirclePie"/>
+ <toolbar:toolbaritem xlink:href=".uno:EllipseCut"/>
+ <toolbar:toolbaritem xlink:href=".uno:CircleCut"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:Ellipse_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Circle_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Pie_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CirclePie_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:EllipseCut_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CircleCut_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Arc" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:CircleArc" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Ellipse_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Circle_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Pie_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:CirclePie_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:EllipseCut_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:CircleCut_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Arc"/>
+ <toolbar:toolbaritem xlink:href=".uno:CircleArc"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/simpress/toolbar/formtextobjectbar.xml b/sd/uiconfig/simpress/toolbar/formtextobjectbar.xml
index 27446fb24acf..79d388b8984d 100644
--- a/sd/uiconfig/simpress/toolbar/formtextobjectbar.xml
+++ b/sd/uiconfig/simpress/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/sd/uiconfig/simpress/toolbar/graphicobjectbar.xml b/sd/uiconfig/simpress/toolbar/graphicobjectbar.xml
index e4a126214f13..8e6000c8b316 100644
--- a/sd/uiconfig/simpress/toolbar/graphicobjectbar.xml
+++ b/sd/uiconfig/simpress/toolbar/graphicobjectbar.xml
@@ -33,7 +33,7 @@
<toolbar:toolbaritem xlink:href=".uno:Crop"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:TransformDialog"/>
- <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:ToggleObjectRotateMode"/>
<toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
<toolbar:toolbaritem xlink:href=".uno:ObjectPosition"/>
diff --git a/sd/uiconfig/simpress/toolbar/linesbar.xml b/sd/uiconfig/simpress/toolbar/linesbar.xml
index 9254cc85f262..c9c59dcb9922 100644
--- a/sd/uiconfig/simpress/toolbar/linesbar.xml
+++ b/sd/uiconfig/simpress/toolbar/linesbar.xml
@@ -18,13 +18,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:BezierFill" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Polygon" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Freeline" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:BezierFill"/>
+ <toolbar:toolbaritem xlink:href=".uno:Polygon"/>
+ <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal"/>
+ <toolbar:toolbaritem xlink:href=".uno:Freeline"/>
<toolbar:toolbarbreak/>
<toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled"/>
- <toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal_Unfilled" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal_Unfilled"/>
<toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/simpress/toolbar/rectanglesbar.xml b/sd/uiconfig/simpress/toolbar/rectanglesbar.xml
index 3741e9520a9a..58ee3ae93139 100644
--- a/sd/uiconfig/simpress/toolbar/rectanglesbar.xml
+++ b/sd/uiconfig/simpress/toolbar/rectanglesbar.xml
@@ -18,13 +18,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<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:Rect" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Square" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Rect_Rounded" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Square_Rounded" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Rect"/>
+ <toolbar:toolbaritem xlink:href=".uno:Square"/>
+ <toolbar:toolbaritem xlink:href=".uno:Rect_Rounded"/>
+ <toolbar:toolbaritem xlink:href=".uno:Square_Rounded"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:Rect_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Square_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Rect_Rounded_Unfilled" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:Square_Rounded_Unfilled" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:Rect_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Square_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Rect_Rounded_Unfilled"/>
+ <toolbar:toolbaritem xlink:href=".uno:Square_Rounded_Unfilled"/>
</toolbar:toolbar> \ No newline at end of file
diff --git a/sd/uiconfig/simpress/toolbar/tableobjectbar.xml b/sd/uiconfig/simpress/toolbar/tableobjectbar.xml
index 280d57ae0c47..484ab5bc1ca2 100644
--- a/sd/uiconfig/simpress/toolbar/tableobjectbar.xml
+++ b/sd/uiconfig/simpress/toolbar/tableobjectbar.xml
@@ -30,9 +30,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/sd/uiconfig/simpress/toolbar/textbar.xml b/sd/uiconfig/simpress/toolbar/textbar.xml
index 2638193aa514..25c904ae8fd1 100644
--- a/sd/uiconfig/simpress/toolbar/textbar.xml
+++ b/sd/uiconfig/simpress/toolbar/textbar.xml
@@ -19,10 +19,10 @@
-->
<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:Text"/>
- <toolbar:toolbaritem xlink:href=".uno:TextFitToSizeTool" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:TextFitToSizeTool"/>
<toolbar:toolbaritem xlink:href=".uno:DrawCaption"/>
<toolbar:toolbarbreak/>
<toolbar:toolbaritem xlink:href=".uno:VerticalText"/>
- <toolbar:toolbaritem xlink:href=".uno:VerticalTextFitToSizeTool" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:VerticalTextFitToSizeTool"/>
<toolbar:toolbaritem xlink:href=".uno:VerticalCaption"/>
</toolbar:toolbar> \ No newline at end of file