diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2016-10-09 22:00:16 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-10 23:07:35 +0000 |
commit | e2f6c7f0d0cc14f851d7028ff846c5dc658a81c6 (patch) | |
tree | a94572100337b425c505c7604d4a2815c4af9b69 /sw/uiconfig | |
parent | aa4e560822787d62de0bcca52036242ce1160b45 (diff) |
tdf#101390 Add "Dimesion Line" command to the writer arrowsbox.
Change-Id: I238bc37871c029d547b21ce7c8ef3cb0c0ff95b8
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/29669
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/arrowsbar.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/toolbar/arrowsbar.xml b/sw/uiconfig/swriter/toolbar/arrowsbar.xml index 5ec4d8a8ec35..cfe177a1c792 100644 --- a/sw/uiconfig/swriter/toolbar/arrowsbar.xml +++ b/sw/uiconfig/swriter/toolbar/arrowsbar.xml @@ -27,4 +27,6 @@ <toolbar:toolbaritem xlink:href=".uno:LineArrowCircle"/> <toolbar:toolbaritem xlink:href=".uno:LineArrowSquare"/> <toolbar:toolbaritem xlink:href=".uno:Line"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:MeasureLine"/> </toolbar:toolbar> |