diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2018-02-13 19:27:45 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2018-02-14 13:45:22 +0100 |
commit | 603d1773a2dfea6b347f44ddacef478577098caf (patch) | |
tree | 4cc9113e34ebc0a920e3d7ed8e4ef49623c764bf | |
parent | f41c14706c6bf8aa5c3df220c706669f1ec6e1f6 (diff) |
tdf#115447 tdf#81475 Restore form controls used in forms
Change-Id: I41b72aa6e453d15287573c3fb2d0536a132e490d
Reviewed-on: https://gerrit.libreoffice.org/49671
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | sw/uiconfig/swform/toolbar/moreformcontrols.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/uiconfig/swform/toolbar/moreformcontrols.xml b/sw/uiconfig/swform/toolbar/moreformcontrols.xml index bb170f6ed9bc..e0e1fbba4085 100644 --- a/sw/uiconfig/swform/toolbar/moreformcontrols.xml +++ b/sw/uiconfig/swform/toolbar/moreformcontrols.xml @@ -27,6 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:ImageControl"/> <toolbar:toolbaritem xlink:href=".uno:FileControl"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:SpinButton" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:ScrollBar" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpinButton"/> + <toolbar:toolbaritem xlink:href=".uno:ScrollBar"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:Grid"/> </toolbar:toolbar> |