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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon May 20 14:33:03 UTC 2019


 source/text/sbasic/python/python_platform.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec480186a32c687d63ee11f3f1617b8699e0d37b
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Mon May 20 16:28:57 2019 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon May 20 16:32:36 2019 +0200

    De-dup paragraph id
    
    Change-Id: Ibbd54040bd439e08c5496383575aa15aae5f4f05
    Reviewed-on: https://gerrit.libreoffice.org/72606
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp
index 89c4f52a7..75f56ef2e 100644
--- a/source/text/sbasic/python/python_platform.xhp
+++ b/source/text/sbasic/python/python_platform.xhp
@@ -74,7 +74,7 @@
         <paragraph role="bascode" localize="false" id="N0548">End Property ' Platform.isWindows</paragraph>
         <paragraph role="bascode" localize="false" id="N0549"></paragraph>
         <paragraph role="bascode" localize="false" id="N0550">Public Property Get OSName As String</paragraph>
-        <paragraph role="bascode" xml-lang="en-US" id="N0551">    ' Return platform name as "MAC", "UNIX", "WIN"</paragraph>
+        <paragraph role="bascode" xml-lang="en-US" id="N0451">    ' Return platform name as "MAC", "UNIX", "WIN"</paragraph>
         <paragraph role="bascode" xml-lang="en-US" id="N0551">    ' Inferred from "Tools.UCB.ShowHelperDialog" function</paragraph>
         <paragraph role="bascode" localize="false" id="N0552">    With GlobalScope.Basiclibraries</paragraph>
         <paragraph role="bascode" localize="false" id="M0552">        If Not .IsLibraryLoaded("Tools") Then .LoadLibrary("Tools")</paragraph>


More information about the Libreoffice-commits mailing list