Branch libreoffice-5-0-4
[LibreOffice.git] / basctl / uiconfig / basicide / toolbar / formcontrolsbar.xml
blobad4b50a991bb76f2e8ba4a13fa04d6108b81ded8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
3 <!--
4  * This file is part of the LibreOffice project.
5  *
6  * This Source Code Form is subject to the terms of the Mozilla Public
7  * License, v. 2.0. If a copy of the MPL was not distributed with this
8  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9  -->
10 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
11  <toolbar:toolbarbreak/>
12  <toolbar:toolbaritem xlink:href=".uno:InsertFormRadio" toolbar:style="radio"/>
13  <toolbar:toolbaritem xlink:href=".uno:InsertFormCheck" toolbar:style="radio"/>
14  <toolbar:toolbarbreak/>
15  <toolbar:toolbaritem xlink:href=".uno:InsertFormList" toolbar:style="radio"/>
16  <toolbar:toolbaritem xlink:href=".uno:InsertFormCombo" toolbar:style="radio"/>
17  <toolbar:toolbarbreak/>
18  <toolbar:toolbaritem xlink:href=".uno:InsertFormVScroll" toolbar:style="radio"/>
19  <toolbar:toolbaritem xlink:href=".uno:InsertFormHScroll" toolbar:style="radio"/>
20  <toolbar:toolbarbreak/>
21  <toolbar:toolbaritem xlink:href=".uno:InsertFormSpin" toolbar:style="radio"/>
22 </toolbar:toolbar>