To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78569





------- Additional comments from [EMAIL PROTECTED] Thu Feb 21 09:12:08 +0000 
2008 -------
@fridrich: thanks for your comments. 
@mbroz: do you agree with Fridrich's suggestions wrt. encoding and comments?

Fridrich, perhaps you can also comment on the following findings:

I've found two more problems by using a nonpro build giving me assertions.

(1) At one place (importing "T8" style as I guess)

    _AddAtt("fo:font-style","bold");

has to be replaced by

    _AddAtt("fo:font-weight","bold");

Looks like a simple C&P error. I assume that before this fix the "bold"
attribute was lost in that case.

(2) In the simple test document I have the import context stacks are not closed
correctly, I fixed it by adding

    _End("text:span");

Before the 

    _End("text:p");

at the end of the Read602() method.

As opening and closing text:span contexts sometimes is spread over more than one
method, I'm not sure whether my fix is correct. At least two more complex
documents I received from Milan didn't show any new assertions and apparently
imported well with my fix. 

I committed all my changes to cvs so everybody can test them.


---------------------------------------------------------------------
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]

Reply via email to