From ec480186a32c687d63ee11f3f1617b8699e0d37b Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 20 May 2019 16:28:57 +0200 Subject: De-dup paragraph id Change-Id: Ibbd54040bd439e08c5496383575aa15aae5f4f05 Reviewed-on: https://gerrit.libreoffice.org/72606 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/python_platform.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic') diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp index 89c4f52a7b..75f56ef2ee 100644 --- a/source/text/sbasic/python/python_platform.xhp +++ b/source/text/sbasic/python/python_platform.xhp @@ -74,7 +74,7 @@ End Property ' Platform.isWindows Public Property Get OSName As String - ' Return platform name as "MAC", "UNIX", "WIN" + ' Return platform name as "MAC", "UNIX", "WIN" ' Inferred from "Tools.UCB.ShowHelperDialog" function With GlobalScope.Basiclibraries If Not .IsLibraryLoaded("Tools") Then .LoadLibrary("Tools") -- cgit