https://issues.apache.org/ooo/show_bug.cgi?id=122072
--- Comment #3 from Armin Le Grand <[email protected]> --- ALG: Seems as if the slots SID_ATTR_LINE_START and SID_ATTR_LINE_END are mapped to the wrong StateMethods in SC and SW; in SC they currently use GetAttrFuncState while e.g. SID_ATTR_LINE_DASH (which works) uses GetDrawAttrState. Changing SID_ATTR_LINE_START and SID_ATTR_LINE_END to use GetDrawAttrState works. Same seems true for SW, taking a look. The slots exist for some time (no new slots for sidebar), but the GetState methods were not used in the UI before. -- You are receiving this mail because: You are on the CC list for the bug.
