source/text/sbasic/shared/03/sf_string.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 793e57c7e3ee1d20e7fcd199dc35af133539b6fa
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Sat Mar 4 10:13:33 2023 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Mar 5 07:59:36 2023 +0000

    line break is actually CR+LF, not LF+CR
    
    Change-Id: I22aa8c3f50b4ea35c6f48d8e1baed1df73c46d69
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148212
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_string.xhp 
b/source/text/sbasic/shared/03/sf_string.xhp
index f5150f7a6d..219f521c33 100644
--- a/source/text/sbasic/shared/03/sf_string.xhp
+++ b/source/text/sbasic/shared/03/sf_string.xhp
@@ -61,7 +61,7 @@
              Line feed<br/>
              Vertical tab<br/>
              Carriage return<br/>
-             Line feed + Carriage return<br/>
+             Carriage return + Line feed<br/>
              File separator<br/>
              Group separator<br/>
              Record separator<br/>
@@ -72,7 +72,7 @@
        </tablecell>
        <tablecell>
            <paragraph id="par_id211611947117831" role="tablecontent" 
localize="false">
-             10 <br/> 12 <br/> 13 <br/> 10 + 13 <br/> 28 <br/> 29 <br/> 30 
<br/> 133 <br/> 8232 <br/> 8233
+             10 <br/> 12 <br/> 13 <br/> 13 + 10 <br/> 28 <br/> 29 <br/> 30 
<br/> 133 <br/> 8232 <br/> 8233
            </paragraph>
        </tablecell>
    </tablerow>

Reply via email to