summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2013-04-17 14:15:54 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:15 +0100
commit42b4047870f1c3fa94381f4563344f4ee588a2e6 (patch)
tree5ce0d956049ae8026383ca7771834b4884494844 /sc/sdi
parent946a36ec4377e114ad56fe437b8d8d8f41a7ccdf (diff)
Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END...
...to the correct GetState method GetDrawAttrState (cherry picked from commit e9b32f693643ae28d60922e344d908082f15c510) Change-Id: Ibb94a6297536d65e6f50e692306b38f7d6feb74b
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/drawsh.sdi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index 444e2d0cac97..761f4fad8fbc 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -83,8 +83,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; ]