[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sc/sdi
Armin Le Grand
alg at apache.org
Mon May 6 13:05:04 PDT 2013
sc/sdi/drawsh.sdi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 05febf20d0430bf9020bf483043364e86cd2034d
Author: Armin Le Grand <alg at apache.org>
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; ]
More information about the Libreoffice-commits
mailing list