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





------- Additional comments from [EMAIL PROTECTED] Mon Oct 20 08:45:36 +0000 
2008 -------
@hennerdrewes: I guess we can replace this code by setting

SwLayoutModeModifier aLayoutModeModifier( rInf.GetOut() );
aLayoutModeModifier.Modify( sal_True );

Since at this point in the code we are sure that the current text is Arabic
(which will be written from right to left), the SwLayoutModeModifer can be used
to pass this to the output device. The TEXT_LAYOUT_BIDI_STRONG flag will be set
(i.e., "don't check the direction, I know what I do) and the
TEXT_LAYOUT_BIDI_RTL flag will be set (i.e., "the next text is rtl text").

Please check, it the code works with the change.

---------------------------------------------------------------------
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]

Reply via email to