To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102062





------- Additional comments from a...@openoffice.org Wed Jun 17 10:17:19 +0000 
2009 -------
AW: In SdrTextObj::impCheckSpellCheckForDecomposeTextPrimitive() the previous
implemetation

        SdrOutliner& rOutliner = ImpGetDrawOutliner();
    return (rOutliner.GetControlWord() & EE_CNTRL_NOREDLINES);

was replaced by TL in CWS tl56 by

     return false;

since EE_CNTRL_NOREDLINES is no longer supported. This has killed the support
for redlining in the while primitive chain -> the whole redlining visualisation
when not in edit mode.
Redlining is now always on, so i will try with true as return value, this should
work. In principle that flag and it's exceptions may be removed, too. Checking
first...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to