diff options
author | Armin Le Grand <alg@apache.org> | 2013-04-17 14:33:38 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:16 +0100 |
commit | 9d4c1cd63cb8ec8ede01f2d9ad69084027113bec (patch) | |
tree | 25f63bb650088739349092a5bc0ab977a8fff0c3 /sw/sdi/drawsh.sdi | |
parent | 42b4047870f1c3fa94381f4563344f4ee588a2e6 (diff) |
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
Diffstat (limited to 'sw/sdi/drawsh.sdi')
-rw-r--r-- | sw/sdi/drawsh.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
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; ] |