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 /sd/uiconfig/sdraw/toolbar/3dobjectsbar.xml | |
parent | 9c5060a6f9c8e94965178dc44bae6ce744d1eb7c (diff) |
Remove redundant toolbar:style="radio" property
Change-Id: I56969839a93af975466ab6c28f2f87557e4d7f1b
Reviewed-on: https://gerrit.libreoffice.org/20074
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/uiconfig/sdraw/toolbar/3dobjectsbar.xml')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/3dobjectsbar.xml | 16 |
1 files changed, 8 insertions, 8 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 |