sd/uiconfig/sdraw/toolbar/standardbar.xml | 1 + sd/uiconfig/simpress/toolbar/standardbar.xml | 1 + 2 files changed, 2 insertions(+)
New commits: commit 8327a5e162a4d1804286bfdfb4d621b8d2a1d504 Author: Jan Holesovsky <[email protected]> Date: Wed Nov 18 13:07:10 2015 +0100 sd: Add a separator between the 'insert' buttons and text-related ones. Change-Id: I9e48407f6f5eb5cc4c36439b72648bb8d43deb79 diff --git a/sd/uiconfig/sdraw/toolbar/standardbar.xml b/sd/uiconfig/sdraw/toolbar/standardbar.xml index 63d93ea..4f1a2d6 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 96189f3..ef4658c 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"/> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
