From 19dc5d725791388f1b7b17af2e48b0abdf8990bd Mon Sep 17 00:00:00 2001 From: Gulsah Kose Date: Thu, 13 Oct 2016 15:17:25 +0300 Subject: tdf#101390 Add "Diagonal Line" command to the calc arrowsbar. Change-Id: I1e29cd9a63424771576d1a5a47558d30faf53dda Signed-off-by: Gulsah Kose Reviewed-on: https://gerrit.libreoffice.org/29769 Reviewed-by: Maxim Monastirsky Tested-by: Maxim Monastirsky --- sc/sdi/tabvwsh.sdi | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/sdi/tabvwsh.sdi') diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index f7da47fb5156..ec44746a6349 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -88,6 +88,7 @@ interface BaseSelection SID_OBJECT_SELECT [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_DRAW_LINE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] + SID_DRAW_XLINE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_LINE_ARROW_END [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_LINE_ARROW_CIRCLE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] SID_LINE_ARROW_SQUARE [ ExecMethod = ExecDraw; StateMethod = GetDrawState; ] -- cgit