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] Wed May 28 08:29:34 +0000 2008 ------- fme->hennerdrewes: I had a look at the problem with the bidi portions. You are right, for common text portions, CalcSpacing() as well as GetSpaceCnt() both calculate the number of blanks on-the-fly whereas the SwBidiPortion stores the number of blanks found during the formatting of the multi portion and makes use of this value later on. Thinking this over, I cannot imagine a reason why this has to be like this. I think the bidi portion can also calculate the number of blanks on demand. So the code in pormulti.cxx that starts with the comment "// Calculate number of blanks ..." can be moved to SwBidiPortion::GetSpaceCnt(). What do you think? --------------------------------------------------------------------- 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]
