To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93105
------- Additional comments from [EMAIL PROTECTED] Mon Aug 25 15:44:57 +0000 2008 ------- Our ww8 iterator breaks text up into sequences that share the same properties and exports each to word, fields are a property in writer, but not in word, so we have a sequence in writer that turns into multiple sequences in word, 0x13, 0x14 and 0x15 are the field begin, (optional middle), and end. We have been applying all the properties that affect the range in writer over the full set of output sequences in word and then just adding the "special char property" to the markers. But this character-style property seems to confuse word. So instead; if a sequence in writer has become a set of field sequences in word then don't add the writer properties over the final marker to avoid word seeing that confusing-for-it combination. --------------------------------------------------------------------- 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]
