diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2016-10-13 14:54:24 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-13 17:29:36 +0000 |
commit | c3f95221b83f2302778e315330ff8ccf2998a397 (patch) | |
tree | 51e7861dada8d80f883c3a581254f98a59586173 /sw/sdi | |
parent | ab32758ea8378b56df04fb2a47791e0379adb5a2 (diff) |
tdf#101390 Add "Diagonal Line" command to the writer arrowsbar.
Change-Id: If21ea239289b985e6a7cea717b41e073bc591c62
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/29768
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/viewsh.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi index 56a2d6e1f676..c6d83c8c32a2 100644 --- a/sw/sdi/viewsh.sdi +++ b/sw/sdi/viewsh.sdi @@ -82,6 +82,11 @@ interface TextEditView : BaseTextEditView ExecMethod = ExecDraw ; StateMethod = GetDrawState ; ] + SID_DRAW_XLINE + [ + ExecMethod = ExecDraw ; + StateMethod = GetDrawState ; + ] SID_LINE_ARROW_END [ ExecMethod = ExecDraw ; |