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/sdi | |
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/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 e93cad9f66db..56a2d6e1f676 100644 --- a/sw/sdi/viewsh.sdi +++ b/sw/sdi/viewsh.sdi @@ -117,6 +117,11 @@ interface TextEditView : BaseTextEditView ExecMethod = ExecDraw ; StateMethod = GetDrawState ; ] + SID_DRAW_MEASURELINE + [ + ExecMethod = ExecDraw ; + StateMethod = GetDrawState ; + ] SID_DRAWTBX_ARROWS [ StateMethod = GetDrawState ; |