Author: alg
Date: Wed Apr 17 15:15:54 2013
New Revision: 1468963
URL: http://svn.apache.org/r1468963
Log:
122072 map SID_ATTR_LINE_START and SID_ATTR_LINE_END to the correct GetState
method GetDrawAttrState
Modified:
openoffice/trunk/main/sc/sdi/drawsh.sdi
Modified: openoffice/trunk/main/sc/sdi/drawsh.sdi
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/sdi/drawsh.sdi?rev=1468963&r1=1468962&r2=1468963&view=diff
==============================================================================
--- openoffice/trunk/main/sc/sdi/drawsh.sdi (original)
+++ openoffice/trunk/main/sc/sdi/drawsh.sdi Wed Apr 17 15:15:54 2013
@@ -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; ]