diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-12-21 06:42:27 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-12-21 16:22:35 +0100 |
commit | e07937bb4eccda742b03bfa9e7f0eb9d4e899e4e (patch) | |
tree | 1c8c759a211095e8b05ca50fb41d15dc06c6911c /sw/uiconfig/sglobal | |
parent | 86fc5440dd2b4634635202c09d1e6240909d68f7 (diff) |
tdf#37697 Fix incorrect toolbar separator
Change-Id: I2b42fd785516f6f719ba3853e9694652ad03e850
Reviewed-on: https://gerrit.libreoffice.org/46880
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw/uiconfig/sglobal')
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/frameobjectbar.xml | 2 | ||||
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/oleobjectbar.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/frameobjectbar.xml b/sw/uiconfig/sglobal/toolbar/frameobjectbar.xml index 5c293252eaa1..46a6e39fa1cc 100644 --- a/sw/uiconfig/sglobal/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/frameobjectbar.xml @@ -32,7 +32,7 @@ <toolbar:toolbaritem xlink:href=".uno:ObjectAlignLeft"/> <toolbar:toolbaritem xlink:href=".uno:AlignCenter"/> <toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight"/> - <toolbar:toolbarbreak/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AlignUp"/> <toolbar:toolbaritem xlink:href=".uno:AlignMiddle"/> <toolbar:toolbaritem xlink:href=".uno:AlignDown"/> diff --git a/sw/uiconfig/sglobal/toolbar/oleobjectbar.xml b/sw/uiconfig/sglobal/toolbar/oleobjectbar.xml index 6cbf98575801..3824ccee8722 100644 --- a/sw/uiconfig/sglobal/toolbar/oleobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/oleobjectbar.xml @@ -32,7 +32,7 @@ <toolbar:toolbaritem xlink:href=".uno:ObjectAlignLeft"/> <toolbar:toolbaritem xlink:href=".uno:AlignCenter"/> <toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight"/> - <toolbar:toolbarbreak/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AlignUp"/> <toolbar:toolbaritem xlink:href=".uno:AlignMiddle"/> <toolbar:toolbaritem xlink:href=".uno:AlignDown"/> |