https://bz.apache.org/ooo/show_bug.cgi?id=95312
--- Comment #11 from [email protected] --- It's not so simple. Exporting formulas to .sxc works fine - OpenOffice 1.1 can successfully open .sxc files written by latest trunk. Importing formulas from .sxc is broken - whether written by OpenOffice 1.1 or by latest trunk, the XML attribute table:formula="=[.A1]" gets turned into cell value "ooow:=[.A1]". The bug happens somewhere between XMLTransformerBase::startElement() and XMLProcAttrTransformerContext::StartElement() (both in main/xmloff/source/transform), and then ScXMLImport::ExtractFormulaNamespaceGrammar() fails to detect the formula grammar. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
