diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-06-17 19:51:30 +0200 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-06-18 09:54:55 +0200 |
commit | 385128671716e70b9540a67e213d6495bf50662b (patch) | |
tree | 668f0b8bea2c2bc86ec18bdbb262ff6bbb37d92a /sd | |
parent | 452a8e4abe0c416d664078baddff67c1561025ec (diff) |
tdf#125947 Two tools are missing from default Form Controls toolbar
Change-Id: Ie54b2a3f5051b115f8f04467282090a93525dfc3
Reviewed-on: https://gerrit.libreoffice.org/74191
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/formcontrols.xml | 4 | ||||
-rw-r--r-- | sd/uiconfig/simpress/toolbar/formcontrols.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/formcontrols.xml b/sd/uiconfig/sdraw/toolbar/formcontrols.xml index f0b133503d4d..bd4c0d22ea36 100644 --- a/sd/uiconfig/sdraw/toolbar/formcontrols.xml +++ b/sd/uiconfig/sdraw/toolbar/formcontrols.xml @@ -53,6 +53,6 @@ <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:toolbar> diff --git a/sd/uiconfig/simpress/toolbar/formcontrols.xml b/sd/uiconfig/simpress/toolbar/formcontrols.xml index f0b133503d4d..bd4c0d22ea36 100644 --- a/sd/uiconfig/simpress/toolbar/formcontrols.xml +++ b/sd/uiconfig/simpress/toolbar/formcontrols.xml @@ -53,6 +53,6 @@ <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:toolbar> |