From 9d4c1cd63cb8ec8ede01f2d9ad69084027113bec Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Wed, 17 Apr 2013 14:33:38 +0000 Subject: Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END... ...to the correct GetState method GetDrawAttrState (cherry picked from commit 6c248d4f4f3a6e432e140900e5735e249e27dd01) Change-Id: I08636bf35dbcacf2b34fca94be3f8867e2092981 --- sw/sdi/drawsh.sdi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/sdi/drawsh.sdi') diff --git a/sw/sdi/drawsh.sdi b/sw/sdi/drawsh.sdi index 3fa3445d488c..7e5b6c2a2195 100644 --- a/sw/sdi/drawsh.sdi +++ b/sw/sdi/drawsh.sdi @@ -31,14 +31,14 @@ interface TextDraw : TextDrawBase SID_ATTR_LINE_START [ ExecMethod = ExecDrawAttrArgs ; - StateMethod = DisableState ; + StateMethod = GetDrawAttrState ; Export = FALSE; ] SID_ATTR_LINE_END [ ExecMethod = ExecDrawAttrArgs ; - StateMethod = DisableState ; + StateMethod = GetDrawAttrState ; Export = FALSE; ] -- cgit