Hi Gao, as discussed in IRC I debugged the XML import. The problem is simply, that in ScXMLConditionContext::EndElement() you create the aFilterField2 struct (type sheet::TableFilterField2) on the stack, but you don't fill the struct at all. You only need to fill the struct as it is done for aFilterField.
Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
