sc/sdi/drawsh.sdi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 05febf20d0430bf9020bf483043364e86cd2034d Author: Armin Le Grand <[email protected]> Date: Wed Apr 17 14:15:54 2013 +0000 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 diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index efff0ef..85ebfd7 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; ] _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
