diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-12-07 02:34:43 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-12-14 16:43:15 +0100 |
commit | f894386a8fe58639c295048fe7894f68613a0df1 (patch) | |
tree | a54c06477ecb64e462bac6449bdad86a1446bfa4 /sw/uiconfig/sglobal | |
parent | 8ce353279caa84944971f22ec536433030e5d9c7 (diff) |
tdf#81475 Organize the form toolbars
Change-Id: Ic79b326c4c15f656ce533eb37bbd27853b8f4af7
Reviewed-on: https://gerrit.libreoffice.org/43861
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw/uiconfig/sglobal')
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/formcontrols.xml | 22 | ||||
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/moreformcontrols.xml | 22 |
2 files changed, 21 insertions, 23 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/formcontrols.xml b/sw/uiconfig/sglobal/toolbar/formcontrols.xml index 17eaa87e0f27..f40d374ec59a 100644 --- a/sw/uiconfig/sglobal/toolbar/formcontrols.xml +++ b/sw/uiconfig/sglobal/toolbar/formcontrols.xml @@ -21,20 +21,26 @@ <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> - <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> + <toolbar:toolbaritem xlink:href=".uno:ControlProperties" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FormProperties" toolbar:visible="false"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:CheckBox"/> + <toolbar:toolbaritem xlink:href=".uno:Label"/> <toolbar:toolbaritem xlink:href=".uno:Edit"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:FormattedField"/> - <toolbar:toolbaritem xlink:href=".uno:Pushbutton"/> - <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:CheckBox"/> <toolbar:toolbaritem xlink:href=".uno:RadioButton"/> - <toolbar:toolbaritem xlink:href=".uno:ListBox"/> <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:ListBox"/> <toolbar:toolbaritem xlink:href=".uno:ComboBox"/> - <toolbar:toolbaritem xlink:href=".uno:Label"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:Pushbutton"/> + <toolbar:toolbaritem xlink:href=".uno:Imagebutton"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:FormattedField"/> + <toolbar:toolbaritem xlink:href=".uno:DateField"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:NumericField"/> + <toolbar:toolbaritem xlink:href=".uno:GroupBox"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:MoreControls"/> <toolbar:toolbaritem xlink:href=".uno:FormDesignTools"/> diff --git a/sw/uiconfig/sglobal/toolbar/moreformcontrols.xml b/sw/uiconfig/sglobal/toolbar/moreformcontrols.xml index 1b1bbcef1b61..bb170f6ed9bc 100644 --- a/sw/uiconfig/sglobal/toolbar/moreformcontrols.xml +++ b/sw/uiconfig/sglobal/toolbar/moreformcontrols.xml @@ -18,23 +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:ScrollBar"/> - <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:Imagebutton"/> - <toolbar:toolbaritem xlink:href=".uno:ImageControl"/> - <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:FileControl"/> - <toolbar:toolbaritem xlink:href=".uno:DateField"/> - <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:TimeField"/> - <toolbar:toolbaritem xlink:href=".uno:NumericField"/> - <toolbar:toolbarbreak/> <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:GroupBox"/> - <toolbar:toolbaritem xlink:href=".uno:Grid"/> + <toolbar:toolbaritem xlink:href=".uno:ImageControl"/> + <toolbar:toolbaritem xlink:href=".uno:FileControl"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:NavigationBar"/> -</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> |