https://bugs.documentfoundation.org/show_bug.cgi?id=129701
Laurent Balland <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #18 from Laurent Balland <[email protected]> --- The bug occurs only with columns separated by separators and NOT with fixed width. If I correctly understood: In bool ScImportExport::ExtText2Doc( SvStream& rStrm ) [1], the while loop for the columns [2] ends when there is nothing to paste, even if it is the last column, so the last empty column is not treated if it is empty. And if user pastes only 1 column, empty cells are not treated. [1] https://opengrok.libreoffice.org/xref/core/sc/source/ui/docshell/impex.cxx?r=2b4094195&fi=ExtText2Doc#ExtText2Doc [2] https://opengrok.libreoffice.org/xref/core/sc/source/ui/docshell/impex.cxx?r=2b4094195&fi=ExtText2Doc#1685 -- You are receiving this mail because: You are the assignee for the bug.
