To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81395
User sj changed the following: What |Old value |New value ================================================================================ Assigned to|sj |hub -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Wed Sep 26 09:49:57 +0000 2007 ------- sj->hub: Yes, you are right, we do have a round issue here, but your patch does not solve this problem. If we would apply your patch, normally in SO created documents would get a really different linespacing in PPT. The reason for this is that StarOffice and MSOffice are using different linespacings. In StarOffice the linespacing depends to the current font that is used, test it, you will be able to place 44 lines with a single linespacing having the fontsize 12 on a page when using the font "arial", but if you change the font to "arial black" only 35 lines will fit the page. If you are doing the same in ppt you will have no problems, the linespacing is equal, it doesn't matter which font is used. For the import I fixed this by adding a new feature that allows to use fixed linespacing in text objects (SdrTextFixedCellHeightItem). The code you removed is necessary for the conversion of text objects that are created by StarOffice (SdrTextFixedCellHeightItem==false). The master fix would be to take care of the SdrTextFixedCellHeightItem even in the exporter. I hope I could help so far. --------------------------------------------------------------------- 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]