diff options
author | Armin Le Grand <alg@apache.org> | 2013-04-17 14:15:54 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2013-04-17 14:15:54 +0000 |
commit | e9b32f693643ae28d60922e344d908082f15c510 (patch) | |
tree | 7cae7c192cf601e74604a381e8459f394e90c2fb /sc | |
parent | 0bef7cb68127ab4ff81cc80bc3f7274adf87f5ac (diff) |
122072 map SID_ATTR_LINE_START and SID_ATTR_LINE_END to the correct GetState method GetDrawAttrState
Notes
Notes:
merged as: 05febf20d0430bf9020bf483043364e86cd2034d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/sdi/drawsh.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index 7bb3fa496cd1..09c0333c69d3 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -86,8 +86,8 @@ interface TableDraw // ---- Linien-Attribute: SID_ATTR_LINE_STYLE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] SID_ATTR_LINEEND_STYLE [ ExecMethod = ExecDrawAttr; StateMethod = GetAttrFuncState; Export = FALSE; ] - SID_ATTR_LINE_START [ ExecMethod = ExecDrawAttr; StateMethod = GetAttrFuncState; Export = FALSE; ] - SID_ATTR_LINE_END [ ExecMethod = ExecDrawAttr; StateMethod = GetAttrFuncState; Export = FALSE; ] + SID_ATTR_LINE_START [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_ATTR_LINE_END [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] SID_ATTR_LINE_DASH [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] SID_ATTR_LINE_WIDTH [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] SID_ATTR_LINE_COLOR [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ] |