To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=51510
------- Additional comments from [EMAIL PROTECTED] Fri Feb 9 09:40:12 +0000 2007 ------- fme->ayaniger: Basically your fix tells the text formatting to interpret an label alignment of "left" as "right" in a RTL paragraph. I don't think this is the correct solution to this problem. For the alignment attributes (paragraph alignment and number label alignment) we have the rule "left" means "left" and "right" means "right". After applying your patch, the dialog says that the label is left aligned, but in the formatting it is right aligned. The correct fix should set the *attribute* value to "right" if the autocorrection is triggered in a RTL environment, this should be somewhere around SwAutoFmt::BuildEnum. The same holds for i59889: The attribute should be changed on switching the paragraph direction, have a look at txtattr.cxx: SID_ATTR_PARA_LEFT_TO_RIGHT. I hope this helps. --------------------------------------------------------------------- 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]