summaryrefslogtreecommitdiffstats
path: root/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml
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/uiconfig/sdraw/toolbar/rectanglesbar.xml
parentattempt to fix tdf#95935 - CRASH on startup in o3tl vcl code (diff)
downloadcore-b60e464cb6bb7f4d90e806c46eaf3dd184a37163.tar.gz
core-b60e464cb6bb7f4d90e806c46eaf3dd184a37163.zip
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/uiconfig/sdraw/toolbar/rectanglesbar.xml')
-rw-r--r--sd/uiconfig/sdraw/toolbar/rectanglesbar.xml16
1 files changed, 8 insertions, 8 deletions
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