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