diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-10-27 14:18:58 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-10-27 14:46:11 +0200 |
commit | 63e1369529838728d2878afc03bf9bb9cedb59d5 (patch) | |
tree | 5d9c529cec0400a04b8c64d19d32ddc7df89c268 /sc/sdi/drtxtob.sdi | |
parent | f157d0fa9d3632bb8a45a11c83d347b9e146896a (diff) |
tdf#92207 sc: Make the text background color button work
Change-Id: I687a58e17ce30ced101c4585884106cff9b6292b
Diffstat (limited to 'sc/sdi/drtxtob.sdi')
-rw-r--r-- | sc/sdi/drtxtob.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index a6946e70bc3f..928ffd61bdfa 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -63,6 +63,7 @@ interface TableDrawText SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_FONTHEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] + SID_ATTR_CHAR_BACK_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_WEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_POSTURE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_CHAR_UNDERLINE [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ] |