diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2023-03-04 10:13:33 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-03-05 07:59:36 +0000 |
commit | 793e57c7e3ee1d20e7fcd199dc35af133539b6fa (patch) | |
tree | 8c9528f359ae3b7763c49d6c0ebde8564c239148 | |
parent | 29aa6b53e0e674e5ccb75515ed7a45a4be8324d3 (diff) |
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 <fitojb@ubuntu.com>
-rw-r--r-- | source/text/sbasic/shared/03/sf_string.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
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> |