diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-11 21:30:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-12 14:02:47 +0100 |
commit | aa7b71aaa49ea2cffe85aa8d68f933588b3d829a (patch) | |
tree | 2d805d8de6437655082a60331bc5a9fd8fd7955e /sd/sdi | |
parent | 1a2926a995fdbdcdae0ca6407877084f3520e539 (diff) |
Related: tdf#121239 missing contour toggle in draw/impress
Change-Id: I384ba1f4fc67d1da7738f25f8b5d3fade315342c
Reviewed-on: https://gerrit.libreoffice.org/82471
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/_drvwsh.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index 69fde762bfee..dd64ae35cd4e 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -2757,6 +2757,11 @@ interface DrawView ExecMethod = ExecChar ; StateMethod = GetAttrState ; ] + SID_ATTR_CHAR_CONTOUR // ole : ?, status : ? + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState; + ] SID_ATTR_CHAR_COLOR [ ExecMethod = ExecChar ; |