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





------- Additional comments from [EMAIL PROTECTED] Sun Apr  1 19:54:29 +0000 
2007 -------
Isn't the code in msdffimp.cxx buggy when it looks for the value of boolean
properties using GetPropertyValue()? Shouldn't it be using GetPropertyBool() so
that the proper magic is used (actually look at the appropriate bit of the last
property in the set of boolean properties)?

There is some code in SvxMSDffManager::ProcessObj() that attempts to see if the
fHidden flag is set in the input for some object, and that uses
GetPropertyValue(DFF_Prop_fPrint)&0x20 . I think it should use
GetPropertyBool(DFF_Prop_fHidden) instead? Unfortunately changing that doesn't
seem to help for the sample document in issue 75863, so either I understand that
crap incorrectly, or that place in the code is not the right one to handle the
problematic object in the sample document in issue 75863.

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