To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38904
User os changed the following:
What |Old value |New value
================================================================================
Assigned to|os |fme
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jan 20 06:23:44 -0800
2005 -------
->FME: In sw/source/core/doc/docnum.cxx around line 1057 there's the following
code that changes the adjustment of the number. Does this make sense here?
// --> FME 2004-08-06 #i32203# If the direction attribute
// has not been set directly, we have to get it from the
// layout:
{
SwClientIter aClientIter( *pCntntNode );
SwClient* pLast = aClientIter.GoStart();
if ( pLast && pLast->ISA( SwTxtFrm ) )
{
if ( static_cast<const
SwTxtFrm*>(pLast)->IsRightToLeft() )
pNew->SetNumAdjust(SVX_ADJUST_RIGHT);
else
pNew->SetNumAdjust(SVX_ADJUST_LEFT);
}
}
---------------------------------------------------------------------
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]