https://bugs.documentfoundation.org/show_bug.cgi?id=142033
--- Comment #5 from Eike Rathke <[email protected]> --- Such embedded linefeed in a office:value-type="string" cell is saved as <text:p>A<text:line-break/>B</text:p> and the linefeed is not read back in as an embedded linefeed again. Whereas a rich cell text (entered with A Ctrl+Enter B) is saved as two paragraphs <text:p>A</text:p> <text:p>B</text:p> and properly read back in. Not handling <text:line-break/> is a bug, but would be a different one. Care to create one? -- You are receiving this mail because: You are the assignee for the bug.
