summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swxform/toolbar/moreformcontrols.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sw/uiconfig/swxform/toolbar/moreformcontrols.xml')
-rw-r--r--sw/uiconfig/swxform/toolbar/moreformcontrols.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/sw/uiconfig/swxform/toolbar/moreformcontrols.xml b/sw/uiconfig/swxform/toolbar/moreformcontrols.xml
index 16d1e58f6b39..bb170f6ed9bc 100644
--- a/sw/uiconfig/swxform/toolbar/moreformcontrols.xml
+++ b/sw/uiconfig/swxform/toolbar/moreformcontrols.xml
@@ -18,12 +18,15 @@
* 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:SpinButton"/>
- <toolbar:toolbaritem xlink:href=".uno:Imagebutton"/>
- <toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:DateField"/>
<toolbar:toolbaritem xlink:href=".uno:TimeField"/>
+ <toolbar:toolbaritem xlink:href=".uno:CurrencyField"/>
+ <toolbar:toolbarbreak/>
+ <toolbar:toolbaritem xlink:href=".uno:PatternField"/>
+ <toolbar:toolbaritem xlink:href=".uno:NavigationBar"/>
+ <toolbar:toolbarbreak/>
+ <toolbar:toolbaritem xlink:href=".uno:ImageControl"/>
+ <toolbar:toolbaritem xlink:href=".uno:FileControl"/>
<toolbar:toolbarbreak/>
- <toolbar:toolbaritem xlink:href=".uno:NumericField"/>
- <toolbar:toolbaritem xlink:href=".uno:GroupBox"/>
-</toolbar:toolbar> \ No newline at end of file
+ <toolbar:toolbaritem xlink:href=".uno:SpinButton" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:ScrollBar" toolbar:visible="false"/>
+</toolbar:toolbar>