To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98530 Issue #|98530 Summary|ODF: bookmark before object anchored to character not |saved Component|Word processor Version|DEV300m37 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|save-export Assigned to|mst Reported by|mst
------- Additional comments from [email protected] Tue Jan 27 15:25:14 +0000 2009 ------- 1. create a paragraph 2. insert some object (e.g. Insert->Frame) anchored "To character" 3. in the same paragraph, before the inserted object, insert a Bookmark 4. save as ODF result: the bookmark is not in the content.xml! reason: following code ignores bookmarks (also redlines) in sw/source/core/unocore/unoportenum.cxx: else if(USHRT_MAX != nFirstFrameIndex) { pUnoCrsr->Right(nFirstFrameIndex - CurrentIndex,CRSR_SKIP_CHARS,FALSE,FALSE); } --------------------------------------------------------------------- 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]
