diff --git a/components/fpspreadsheet/source/common/fpsopendocument.pas b/components/fpspreadsheet/source/common/fpsopendocument.pas index 1be001b20..37ea3f11b 100644 --- a/components/fpspreadsheet/source/common/fpsopendocument.pas +++ b/components/fpspreadsheet/source/common/fpsopendocument.pas @@ -3118,6 +3118,8 @@ begin end; AddToCellText(spanText); end; + 'text:s': + AddToCellText(' '); 'text:line-break': AddToCellText(FPS_LINE_ENDING); end;