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
diff --git a/sw/sdi/drawsh.sdi b/sw/sdi/drawsh.sdi
index 3fa3445..7e5b6c2 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;
    ]