To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75889
User msicotte changed the following:
What |Old value |New value
================================================================================
CC|'plipli' |'msicotte,plipli'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Apr 6 17:13:07 +0000
2007 -------
A change in salatslayout.cxx line 264 seems to fix this:
- theErr = ATSUSetTextPointerLocation(maATSULayout, rArgs.mpStr,
0, runLength,
runLength);
+ theErr = ATSUSetTextPointerLocation(maATSULayout, rArgs.mpStr,
runFrom,
runLength, runLength);
so far no side effects observed.
Patch to follow.
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]