https://bugs.documentfoundation.org/show_bug.cgi?id=148799
László Németh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] | |desktop.org CC| |[email protected] Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from László Németh <[email protected]> --- tdf#148799 DOCX import: fix invalid formulas with comma Writer formulas must contain decimal points instead of commas, otherwise automatic update of the formulas, e.g. moving text cursor in the table, results ** Expression is faulty ** instead of the recalculated value. The only way to get standard Writer formulas is to replace the commas with points in numbers in writerfilter. Note: only formula cells support comma localization, but not formula fields yet, so the recalculated values show decimal point instead of decimal comma. Follow-up to commit 1abf4e6d07ca0ac31bc54f812df84efc82d2af1b "DOCX import: don't throw away cached value of SwHiddenTextField ...", see also tdf#136106. -- You are receiving this mail because: You are the assignee for the bug.
