[Libreoffice-commits] help.git: source/text

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Sat Dec 7 09:11:20 UTC 2019


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

New commits:
commit 32b00ca8345742e1070cad234f3f8f903465429d
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sat Dec 7 10:09:37 2019 +0100
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sat Dec 7 10:11:01 2019 +0100

    VbNewLine values don't depend on system architecture, only on OS
    
    Change-Id: I67b65222ff9247e80fd681223a3fe03cbcfbbc95
    Reviewed-on: https://gerrit.libreoffice.org/84677
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/source/text/sbasic/shared/03040000.xhp b/source/text/sbasic/shared/03040000.xhp
index e1abf820e..0bcdb47e9 100644
--- a/source/text/sbasic/shared/03040000.xhp
+++ b/source/text/sbasic/shared/03040000.xhp
@@ -310,8 +310,8 @@
                     <paragraph id="par_id191512313300610" role="paragraph" localize="false">vbNewLine</paragraph>
                 </tablecell>
                 <tablecell>
-                    <paragraph id="par_id521512319135830"  role="listitem" xml-lang="en-US">\x0D\x0A (13 10) for 32-bit Windows</paragraph>
-                    <paragraph id="par_id61512319163913"  role="listitem" xml-lang="en-US">\x0A (10) for other 64-bit systems</paragraph>
+                    <paragraph id="par_id521512319135830"  role="listitem" xml-lang="en-US">\x0D\x0A (13 10) for Windows</paragraph>
+                    <paragraph id="par_id61512319163913"  role="listitem" xml-lang="en-US">\x0A (10) for other systems</paragraph>
                 </tablecell>
                 <tablecell>
                     <paragraph id="par_id151512313904989" role="paragraph" xml-lang="en-US" >LF or CRLF </paragraph>


More information about the Libreoffice-commits mailing list