To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=67789 Issue #|67789 Summary|UBiDiDirection/UBiDiLevel mismatch in svtools texteng. |cxx Component|utilities Version|680m178 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mt Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Wed Jul 26 04:29:22 -0700 2006 ------- svtools/source/edit/texteng.cxx:1.45, function TextEngine::ImpInitWritingDirections: In line 3114 nDefaultDir is assigned values of type UBiDiDirection (UBIDI_LTR=0, UBIDI_RTL=1), while in line 3124 nDefaultDir is used in a call to ubidi_setPara which expects an argument of type UBiDiLevel (UBIDI_DEFAULT_LTR=0xfe, UBIDI_DEFAULT_RTL=0xff). (Line 3114 has been changed somewhat on CWS sb59 to make the code warning-free without fixing this issue; that change needs to be reverted appropriately.) --------------------------------------------------------------------- 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]
