diff options
| author | Yousuf Philips <philipz85@hotmail.com> | 2017-06-12 02:32:20 +0400 |
|---|---|---|
| committer | Yousuf Philips <philipz85@hotmail.com> | 2017-06-19 15:59:18 +0200 |
| commit | ea0606615661ba1f8131d24ee33e055b88b0056f (patch) | |
| tree | 8d7fc4507d68676bc7d58c6b65e1977f158c6e98 | |
| parent | 57a6d62869a53144619226d61313f95cf3f9ff27 (diff) | |
tdf#84909 Add separator before clone formatting in toolbar
Change-Id: I7d0a8914eded5a1e873d43c3b2dbc5b4852a197a
Reviewed-on: https://gerrit.libreoffice.org/38671
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
(cherry picked from commit f442d454f11cc8d376a40216ba6bd7c7c870fdc0)
Reviewed-on: https://gerrit.libreoffice.org/38739
| -rw-r--r-- | sd/uiconfig/sdraw/toolbar/standardbar.xml | 1 | ||||
| -rw-r--r-- | sd/uiconfig/simpress/toolbar/standardbar.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/standardbar.xml b/sd/uiconfig/sdraw/toolbar/standardbar.xml index 812aeacfa322..3a21f7743108 100644 --- a/sd/uiconfig/sdraw/toolbar/standardbar.xml +++ b/sd/uiconfig/sdraw/toolbar/standardbar.xml @@ -37,6 +37,7 @@ <toolbar:toolbaritem xlink:href=".uno:Cut"/> <toolbar:toolbaritem xlink:href=".uno:Copy"/> <toolbar:toolbaritem xlink:href=".uno:Paste"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FormatPaintbrush"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Undo"/> diff --git a/sd/uiconfig/simpress/toolbar/standardbar.xml b/sd/uiconfig/simpress/toolbar/standardbar.xml index d8237b86db8b..438cc320d8ed 100644 --- a/sd/uiconfig/simpress/toolbar/standardbar.xml +++ b/sd/uiconfig/simpress/toolbar/standardbar.xml @@ -36,6 +36,7 @@ <toolbar:toolbaritem xlink:href=".uno:Cut"/> <toolbar:toolbaritem xlink:href=".uno:Copy"/> <toolbar:toolbaritem xlink:href=".uno:Paste"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FormatPaintbrush"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Undo"/> |
