To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62919
User hdu changed the following:
What |Old value |New value
================================================================================
Assigned to|sba |hdu
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Mar 9 04:18:28 -0800
2006 -------
This patch for vcl/source/gdi/sallayout.cxx solves this particular problem:
@@ -977,7 +977,8 @@ void GenericSalLayout::ApplyDXArray( Imp
for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRTL ); )
{
n = nCharPos - rArgs.mnMinCharPos;
- i = pLogCluster[ n ];
+ if( pLogCluster[ n ] >= 0 )
+ i = pLogCluster[ n ];
if( i >= 0 )
{
long nDelta = rArgs.mpDXArray[ n ] ;
I will have to think really hard about the implications for BiDi or other CTL
scripts.
hdu->rajeev_jsv: please test the patch and report any interesting observations
especially about regressions...
---------------------------------------------------------------------
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]