diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-11-18 13:07:10 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-11-18 13:11:15 +0100 |
commit | 8327a5e162a4d1804286bfdfb4d621b8d2a1d504 (patch) | |
tree | 692b127e98abef82ab7f88518e4a6fde1db26397 /sd/uiconfig | |
parent | d96261e3e5613c847826d678bd37e4af4983c12e (diff) |
sd: Add a separator between the 'insert' buttons and text-related ones.
Change-Id: I9e48407f6f5eb5cc4c36439b72648bb8d43deb79
Diffstat (limited to 'sd/uiconfig')
-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 63d93ead4b17..4f1a2d60673f 100644 --- a/sd/uiconfig/sdraw/toolbar/standardbar.xml +++ b/sd/uiconfig/sdraw/toolbar/standardbar.xml @@ -53,6 +53,7 @@ <toolbar:toolbaritem xlink:href=".uno:InsertTable" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart" toolbar:helpid="10140" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Text" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/> diff --git a/sd/uiconfig/simpress/toolbar/standardbar.xml b/sd/uiconfig/simpress/toolbar/standardbar.xml index 96189f3ae4d2..ef4658c4baa3 100644 --- a/sd/uiconfig/simpress/toolbar/standardbar.xml +++ b/sd/uiconfig/simpress/toolbar/standardbar.xml @@ -51,6 +51,7 @@ <toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/> <toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Text" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/> |