https://bugs.documentfoundation.org/show_bug.cgi?id=157712
Julien Nabet <serval2...@yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Julien Nabet <serval2...@yahoo.fr> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. I had this error in console: warn:legacy.osl:244868:244868:xmloff/source/core/SettingsExportHelper.cxx:176: this type is not implemented now runtime error: file file:///home/julien/lo/libreoffice/instdir/program/../share/xslt/export/uof/odf2uof_spreadsheet.xsl line 1122 element value-of xsltApplySequenceConstructor: A potential infinite template recursion was detected. You can adjust xsltMaxDepth (--maxdepth) in order to raise the maximum number of nested template calls and variables/params (currently set to 3000). For the test I unzipped a simple ods file containing test in 2 cells, then I select the row and put it bold. I noticed this in content.xml: <style:style style:name="ce1" style:family="table-cell" style:parent-style-name="Default"> ... <table:table-column table:style-name="co1" table:number-columns-repeated="16384" table:default-cell-style-name="ce1" /> Workaround: select just the range of cells you want to put bold. xslt files is a PITA to maintain and should be replaced by C++ conversion. -- You are receiving this mail because: You are the assignee for the bug.