diff options
48 files changed, 88 insertions, 88 deletions
diff --git a/basctl/uiconfig/basicide/toolbar/standardbar.xml b/basctl/uiconfig/basicide/toolbar/standardbar.xml index f490c52e7694..a770b7d5748e 100644 --- a/basctl/uiconfig/basicide/toolbar/standardbar.xml +++ b/basctl/uiconfig/basicide/toolbar/standardbar.xml @@ -20,7 +20,7 @@ <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:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> <toolbar:toolbarseparator/> diff --git a/chart2/uiconfig/toolbar/standardbar.xml b/chart2/uiconfig/toolbar/standardbar.xml index 94ea16273e0d..4f96846bc09f 100644 --- a/chart2/uiconfig/toolbar/standardbar.xml +++ b/chart2/uiconfig/toolbar/standardbar.xml @@ -20,7 +20,7 @@ <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:AddDirect" toolbar:style="dropdown" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> <toolbar:toolbarseparator/> diff --git a/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml b/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml index aef94eb77c6d..22be721552d5 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml @@ -20,7 +20,7 @@ <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:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Copy"/> diff --git a/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml b/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml index b16eff8a5fd3..3da4deff25b2 100644 --- a/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml +++ b/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml @@ -33,8 +33,8 @@ <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> </toolbar:toolbar> diff --git a/reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml b/reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml index 749be83b7d7e..eeae31aedcec 100644 --- a/reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml +++ b/reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> <toolbar:toolbarseparator/> @@ -33,4 +33,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible" toolbar:style="radio auto" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:GridUse" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove" toolbar:visible="false"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sc/uiconfig/scalc/toolbar/formcontrols.xml b/sc/uiconfig/scalc/toolbar/formcontrols.xml index 7599a3c6c3a4..ecbdcb0e41b4 100644 --- a/sc/uiconfig/scalc/toolbar/formcontrols.xml +++ b/sc/uiconfig/scalc/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sc/uiconfig/scalc/toolbar/formdesign.xml b/sc/uiconfig/scalc/toolbar/formdesign.xml index adc3251ce6d8..ad2417cd3847 100644 --- a/sc/uiconfig/scalc/toolbar/formdesign.xml +++ b/sc/uiconfig/scalc/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> @@ -46,4 +46,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml index 43a997adb8cc..6b342ef3dacc 100644 --- a/sc/uiconfig/scalc/toolbar/standardbar.xml +++ b/sc/uiconfig/scalc/toolbar/standardbar.xml @@ -23,7 +23,7 @@ <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:OpenFromCalc" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:OpenRemote" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false"/> <toolbar:toolbarseparator/> diff --git a/sc/uiconfig/scalc/toolbar/toolbar.xml b/sc/uiconfig/scalc/toolbar/toolbar.xml index 2760b496a2be..22f39ce342c2 100644 --- a/sc/uiconfig/scalc/toolbar/toolbar.xml +++ b/sc/uiconfig/scalc/toolbar/toolbar.xml @@ -20,7 +20,7 @@ <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:InsertCtrl" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:InsCellsCtrl" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:Config" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Config"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AutoFormat"/> <toolbar:toolbaritem xlink:href=".uno:ChooseDesign"/> diff --git a/sd/uiconfig/sdraw/toolbar/arrowsbar.xml b/sd/uiconfig/sdraw/toolbar/arrowsbar.xml index 1e205a3530f7..4dd06ffee049 100644 --- a/sd/uiconfig/sdraw/toolbar/arrowsbar.xml +++ b/sd/uiconfig/sdraw/toolbar/arrowsbar.xml @@ -29,5 +29,5 @@ <toolbar:toolbaritem xlink:href=".uno:MeasureLine" toolbar:style="radio"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:Line_Diagonal" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:Line"/> </toolbar:toolbar> diff --git a/sd/uiconfig/sdraw/toolbar/formcontrols.xml b/sd/uiconfig/sdraw/toolbar/formcontrols.xml index 7ddaf2afa132..569b323f8633 100644 --- a/sd/uiconfig/sdraw/toolbar/formcontrols.xml +++ b/sd/uiconfig/sdraw/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sd/uiconfig/sdraw/toolbar/formdesign.xml b/sd/uiconfig/sdraw/toolbar/formdesign.xml index 285c06f1283a..38bd19752aca 100644 --- a/sd/uiconfig/sdraw/toolbar/formdesign.xml +++ b/sd/uiconfig/sdraw/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> @@ -43,4 +43,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sd/uiconfig/sdraw/toolbar/linesbar.xml b/sd/uiconfig/sdraw/toolbar/linesbar.xml index 3c8dd0f2270c..7755615ff541 100644 --- a/sd/uiconfig/sdraw/toolbar/linesbar.xml +++ b/sd/uiconfig/sdraw/toolbar/linesbar.xml @@ -18,8 +18,8 @@ * 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:Freeline_Unfilled" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled" toolbar:style="radio"/> + <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:toolbarbreak/> diff --git a/sd/uiconfig/sdraw/toolbar/standardbar.xml b/sd/uiconfig/sdraw/toolbar/standardbar.xml index 4f1a2d60673f..f97b8674a4c2 100644 --- a/sd/uiconfig/sdraw/toolbar/standardbar.xml +++ b/sd/uiconfig/sdraw/toolbar/standardbar.xml @@ -21,9 +21,9 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="5537"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false" toolbar:helpid="5500"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:OpenRemote" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:style="dropdown" toolbar:helpid="5505"/> + <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:helpid="5502"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> <toolbar:toolbarseparator/> @@ -55,7 +55,7 @@ <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart" toolbar:helpid="10140" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Text" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:VerticalText"/> <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog" toolbar:helpid="5678" toolbar:visible="false"/> <toolbar:toolbarseparator/> diff --git a/sd/uiconfig/sdraw/toolbar/textbar.xml b/sd/uiconfig/sdraw/toolbar/textbar.xml index 0eef61a5a552..62b11e6dd266 100644 --- a/sd/uiconfig/sdraw/toolbar/textbar.xml +++ b/sd/uiconfig/sdraw/toolbar/textbar.xml @@ -22,7 +22,7 @@ <toolbar:toolbaritem xlink:href=".uno:TextFitToSizeTool" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:DrawCaption"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:VerticalText"/> <toolbar:toolbaritem xlink:href=".uno:VerticalTextFitToSizeTool" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:VerticalCaption"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sd/uiconfig/sdraw/toolbar/textobjectbar.xml b/sd/uiconfig/sdraw/toolbar/textobjectbar.xml index 32c2e63cbfb2..dc48f138714e 100644 --- a/sd/uiconfig/sdraw/toolbar/textobjectbar.xml +++ b/sd/uiconfig/sdraw/toolbar/textobjectbar.xml @@ -30,7 +30,7 @@ <toolbar:toolbaritem xlink:href=".uno:Shadowed" toolbar:helpid="10010"/> <toolbar:toolbaritem xlink:href=".uno:OutlineFont" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Color" toolbar:helpid="10017"/> - <toolbar:toolbaritem xlink:href=".uno:CharBackColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:CharBackColor"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:helpid="10028"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:helpid="10030"/> diff --git a/sd/uiconfig/sdraw/toolbar/toolbar.xml b/sd/uiconfig/sdraw/toolbar/toolbar.xml index 5ecd2d96abee..1052aae821b7 100644 --- a/sd/uiconfig/sdraw/toolbar/toolbar.xml +++ b/sd/uiconfig/sdraw/toolbar/toolbar.xml @@ -18,26 +18,26 @@ * 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:SelectObject" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:ZoomMode"/> <toolbar:toolbaritem xlink:href=".uno:ZoomObjects" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Text" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Text" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertGraphic" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:InsertToolbox" toolbar:style="radio dropdown" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertToolbox" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:XLineColor"/> <toolbar:toolbaritem xlink:href=".uno:FillColor"/> <toolbar:toolbaritem xlink:href=".uno:FillStyle" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:Line"/> + <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox" toolbar:style="radio dropdown"/> <toolbar:toolbaritem xlink:href=".uno:LineToolbox" toolbar:style="radio dropdown"/> @@ -58,7 +58,7 @@ <toolbar:toolbaritem xlink:href=".uno:ConvertInto3D" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ConvertInto3DLatheFast" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Config" toolbar:style="dropdown" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Config" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle" toolbar:helpid="10960" toolbar:visible="false"/> </toolbar:toolbar> diff --git a/sd/uiconfig/simpress/toolbar/arrowsbar.xml b/sd/uiconfig/simpress/toolbar/arrowsbar.xml index 52ac49573737..64f80a0113b9 100644 --- a/sd/uiconfig/simpress/toolbar/arrowsbar.xml +++ b/sd/uiconfig/simpress/toolbar/arrowsbar.xml @@ -18,7 +18,7 @@ * 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:Line" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:Line"/> <toolbar:toolbaritem xlink:href=".uno:LineArrowEnd" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:LineArrowCircle" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:LineArrowSquare" toolbar:style="radio"/> diff --git a/sd/uiconfig/simpress/toolbar/formcontrols.xml b/sd/uiconfig/simpress/toolbar/formcontrols.xml index 7ddaf2afa132..569b323f8633 100644 --- a/sd/uiconfig/simpress/toolbar/formcontrols.xml +++ b/sd/uiconfig/simpress/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sd/uiconfig/simpress/toolbar/formdesign.xml b/sd/uiconfig/simpress/toolbar/formdesign.xml index 285c06f1283a..38bd19752aca 100644 --- a/sd/uiconfig/simpress/toolbar/formdesign.xml +++ b/sd/uiconfig/simpress/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> @@ -43,4 +43,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sd/uiconfig/simpress/toolbar/linesbar.xml b/sd/uiconfig/simpress/toolbar/linesbar.xml index 065c842456b1..9254cc85f262 100644 --- a/sd/uiconfig/simpress/toolbar/linesbar.xml +++ b/sd/uiconfig/simpress/toolbar/linesbar.xml @@ -23,8 +23,8 @@ <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:Freeline" toolbar:style="radio"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled" toolbar:style="radio"/> + <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:Freeline_Unfilled" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sd/uiconfig/simpress/toolbar/standardbar.xml b/sd/uiconfig/simpress/toolbar/standardbar.xml index 47d67769a5dc..733ded7b2463 100644 --- a/sd/uiconfig/simpress/toolbar/standardbar.xml +++ b/sd/uiconfig/simpress/toolbar/standardbar.xml @@ -21,9 +21,9 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false" /> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:OpenRemote" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false"/> <toolbar:toolbarseparator/> @@ -56,7 +56,7 @@ <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Text" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:VerticalText"/> <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/> <toolbar:toolbarseparator/> diff --git a/sd/uiconfig/simpress/toolbar/textbar.xml b/sd/uiconfig/simpress/toolbar/textbar.xml index 0eef61a5a552..62b11e6dd266 100644 --- a/sd/uiconfig/simpress/toolbar/textbar.xml +++ b/sd/uiconfig/simpress/toolbar/textbar.xml @@ -22,7 +22,7 @@ <toolbar:toolbaritem xlink:href=".uno:TextFitToSizeTool" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:DrawCaption"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:VerticalText"/> <toolbar:toolbaritem xlink:href=".uno:VerticalTextFitToSizeTool" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:VerticalCaption"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sd/uiconfig/simpress/toolbar/textobjectbar.xml b/sd/uiconfig/simpress/toolbar/textobjectbar.xml index fce8e535aeda..f89f3b8b948b 100644 --- a/sd/uiconfig/simpress/toolbar/textobjectbar.xml +++ b/sd/uiconfig/simpress/toolbar/textobjectbar.xml @@ -37,7 +37,7 @@ <toolbar:toolbaritem xlink:href=".uno:InsertSymbol" toolbar:helpid="27019"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Color" toolbar:helpid="10017"/> - <toolbar:toolbaritem xlink:href=".uno:CharBackColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:CharBackColor"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:helpid="10028"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:helpid="10030"/> diff --git a/sd/uiconfig/simpress/toolbar/toolbar.xml b/sd/uiconfig/simpress/toolbar/toolbar.xml index 210c478b4b72..1b0a5da3d7d2 100644 --- a/sd/uiconfig/simpress/toolbar/toolbar.xml +++ b/sd/uiconfig/simpress/toolbar/toolbar.xml @@ -18,25 +18,25 @@ * 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:SelectObject" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:ZoomMode"/> <toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:style="dropdown" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Text" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:XLineColor"/> <toolbar:toolbaritem xlink:href=".uno:FillColor"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:Line"/> <toolbar:toolbaritem xlink:href=".uno:LineArrowEnd" toolbar:style="radio" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox" toolbar:style="radio dropdown"/> <toolbar:toolbaritem xlink:href=".uno:LineToolbox" toolbar:style="radio dropdown"/> <toolbar:toolbaritem xlink:href=".uno:ConnectorToolbox" toolbar:style="radio dropdown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:style="radio dropdown"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes" toolbar:style="radio dropdown"/> @@ -66,5 +66,5 @@ <toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle" toolbar:helpid="10960"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertToolbox" toolbar:style="radio dropdown" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Config" toolbar:style="dropdown" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Config" toolbar:visible="false"/> </toolbar:toolbar> diff --git a/starmath/uiconfig/smath/toolbar/standardbar.xml b/starmath/uiconfig/smath/toolbar/standardbar.xml index 542d05083740..6a88376af79d 100644 --- a/starmath/uiconfig/smath/toolbar/standardbar.xml +++ b/starmath/uiconfig/smath/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:helpid="5331"/> diff --git a/sw/uiconfig/sglobal/toolbar/formcontrols.xml b/sw/uiconfig/sglobal/toolbar/formcontrols.xml index b9407be7564c..0c8ebfad6695 100644 --- a/sw/uiconfig/sglobal/toolbar/formcontrols.xml +++ b/sw/uiconfig/sglobal/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/sglobal/toolbar/formdesign.xml b/sw/uiconfig/sglobal/toolbar/formdesign.xml index 808ce81f99a4..981eb354231b 100644 --- a/sw/uiconfig/sglobal/toolbar/formdesign.xml +++ b/sw/uiconfig/sglobal/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> @@ -45,4 +45,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/sglobal/toolbar/standardbar.xml b/sw/uiconfig/sglobal/toolbar/standardbar.xml index 80b1c6039b6f..bdbd1858b79b 100644 --- a/sw/uiconfig/sglobal/toolbar/standardbar.xml +++ b/sw/uiconfig/sglobal/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="5537"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false" toolbar:helpid="5500"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:helpid="5502"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> diff --git a/sw/uiconfig/sglobal/toolbar/textobjectbar.xml b/sw/uiconfig/sglobal/toolbar/textobjectbar.xml index 0ec27e1e77e6..580ee78dc4b2 100644 --- a/sw/uiconfig/sglobal/toolbar/textobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/textobjectbar.xml @@ -51,9 +51,9 @@ <toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> <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/sweb/toolbar/formcontrols.xml b/sw/uiconfig/sweb/toolbar/formcontrols.xml index 349c9b4d51db..0e9a5751f685 100644 --- a/sw/uiconfig/sweb/toolbar/formcontrols.xml +++ b/sw/uiconfig/sweb/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/sweb/toolbar/formdesign.xml b/sw/uiconfig/sweb/toolbar/formdesign.xml index 808ce81f99a4..981eb354231b 100644 --- a/sw/uiconfig/sweb/toolbar/formdesign.xml +++ b/sw/uiconfig/sweb/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> @@ -45,4 +45,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/sweb/toolbar/standardbar.xml b/sw/uiconfig/sweb/toolbar/standardbar.xml index e1b8f0a55215..14a0048543b6 100644 --- a/sw/uiconfig/sweb/toolbar/standardbar.xml +++ b/sw/uiconfig/sweb/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="5537"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false" toolbar:helpid="5500"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:helpid="5502"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> diff --git a/sw/uiconfig/swform/toolbar/formcontrols.xml b/sw/uiconfig/swform/toolbar/formcontrols.xml index b9407be7564c..0c8ebfad6695 100644 --- a/sw/uiconfig/swform/toolbar/formcontrols.xml +++ b/sw/uiconfig/swform/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/swform/toolbar/formdesign.xml b/sw/uiconfig/swform/toolbar/formdesign.xml index 47a4818be8f6..20ae22a59db1 100644 --- a/sw/uiconfig/swform/toolbar/formdesign.xml +++ b/sw/uiconfig/swform/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> @@ -47,4 +47,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/swform/toolbar/standardbar.xml b/sw/uiconfig/swform/toolbar/standardbar.xml index 80b1c6039b6f..bdbd1858b79b 100644 --- a/sw/uiconfig/swform/toolbar/standardbar.xml +++ b/sw/uiconfig/swform/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="5537"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false" toolbar:helpid="5500"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:helpid="5502"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> diff --git a/sw/uiconfig/swform/toolbar/textobjectbar.xml b/sw/uiconfig/swform/toolbar/textobjectbar.xml index 0ec27e1e77e6..580ee78dc4b2 100644 --- a/sw/uiconfig/swform/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/textobjectbar.xml @@ -51,9 +51,9 @@ <toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> <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/swreport/toolbar/formcontrols.xml b/sw/uiconfig/swreport/toolbar/formcontrols.xml index b9407be7564c..0c8ebfad6695 100644 --- a/sw/uiconfig/swreport/toolbar/formcontrols.xml +++ b/sw/uiconfig/swreport/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/swreport/toolbar/formdesign.xml b/sw/uiconfig/swreport/toolbar/formdesign.xml index 2c5884fb40af..c8b1d7798334 100644 --- a/sw/uiconfig/swreport/toolbar/formdesign.xml +++ b/sw/uiconfig/swreport/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> @@ -48,4 +48,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/swreport/toolbar/standardbar.xml b/sw/uiconfig/swreport/toolbar/standardbar.xml index 80b1c6039b6f..bdbd1858b79b 100644 --- a/sw/uiconfig/swreport/toolbar/standardbar.xml +++ b/sw/uiconfig/swreport/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="5537"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false" toolbar:helpid="5500"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:helpid="5502"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> diff --git a/sw/uiconfig/swreport/toolbar/textobjectbar.xml b/sw/uiconfig/swreport/toolbar/textobjectbar.xml index 0ec27e1e77e6..580ee78dc4b2 100644 --- a/sw/uiconfig/swreport/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/textobjectbar.xml @@ -51,9 +51,9 @@ <toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> <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/swriter/toolbar/formcontrols.xml b/sw/uiconfig/swriter/toolbar/formcontrols.xml index b9407be7564c..0c8ebfad6695 100644 --- a/sw/uiconfig/swriter/toolbar/formcontrols.xml +++ b/sw/uiconfig/swriter/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/swriter/toolbar/formdesign.xml b/sw/uiconfig/swriter/toolbar/formdesign.xml index 47a4818be8f6..20ae22a59db1 100644 --- a/sw/uiconfig/swriter/toolbar/formdesign.xml +++ b/sw/uiconfig/swriter/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> @@ -47,4 +47,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml b/sw/uiconfig/swriter/toolbar/standardbar.xml index 1a9a95599de4..533ef8ddf357 100644 --- a/sw/uiconfig/swriter/toolbar/standardbar.xml +++ b/sw/uiconfig/swriter/toolbar/standardbar.xml @@ -21,9 +21,9 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="5537"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false" toolbar:helpid="5500"/> - <toolbar:toolbaritem xlink:href=".uno:OpenFromWriter" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:OpenFromWriter"/> <toolbar:toolbaritem xlink:href=".uno:OpenRemote" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:style="dropdown" toolbar:helpid="5505"/> + <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:helpid="5502"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swxform/toolbar/formcontrols.xml b/sw/uiconfig/swxform/toolbar/formcontrols.xml index 2afb733590da..c392afb3ef4f 100644 --- a/sw/uiconfig/swxform/toolbar/formcontrols.xml +++ b/sw/uiconfig/swxform/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchXFormsDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/swxform/toolbar/formdesign.xml b/sw/uiconfig/swxform/toolbar/formdesign.xml index 213feda1aaa9..99693d3643f0 100644 --- a/sw/uiconfig/swxform/toolbar/formdesign.xml +++ b/sw/uiconfig/swxform/toolbar/formdesign.xml @@ -18,7 +18,7 @@ * 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:SelectObject" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchXFormsDesignMode"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> @@ -47,4 +47,4 @@ <toolbar:toolbaritem xlink:href=".uno:GridVisible"/> <toolbar:toolbaritem xlink:href=".uno:GridUse"/> <toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> diff --git a/sw/uiconfig/swxform/toolbar/standardbar.xml b/sw/uiconfig/swxform/toolbar/standardbar.xml index 701d7b57107b..de7a044b0eeb 100644 --- a/sw/uiconfig/swxform/toolbar/standardbar.xml +++ b/sw/uiconfig/swxform/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="5537"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false" toolbar:helpid="5500"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:helpid="5502"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> diff --git a/sw/uiconfig/swxform/toolbar/textobjectbar.xml b/sw/uiconfig/swxform/toolbar/textobjectbar.xml index 0ec27e1e77e6..580ee78dc4b2 100644 --- a/sw/uiconfig/swxform/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/textobjectbar.xml @@ -51,9 +51,9 @@ <toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> |