To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53545
------- Additional comments from [EMAIL PROTECTED] Thu Aug 21 23:49:25 +0000 2008 ------- So, this is a hairy issue. Calc doesn't behave like what the end users expect, but internally the formatted texts are handled by the edit engine which is somewhat independent from the Calc code. Anyway, the attached patch is my solution to this. Fixing the run-time behavior was somewhat simple, but the xls and ods import filters expected this behavior, so my change ended up breaking the import filters. I worked around it by keeping the current behavior while importing document. The correct fix would be to fix both import filters, but I didn't want to risk breaking other things by doing so. The patch is from ooo-build. So far it's been working good, but I welcome your comments. --------------------------------------------------------------------- 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]
