diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-05 16:29:35 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-05 16:29:47 -0600 |
commit | 9be45efd580a6177315b848e0ff226a4c8070f2e (patch) | |
tree | 4805dbd0bcd205f28e6e914dfa056f6df797ba84 /source | |
parent | b7a24b2d194e9e070185c5beac86cc1a77c9c166 (diff) |
Fix a couple of product names
Change-Id: I7d1fffadc0bcaec4ec9e9d43c9d9bb3351d570b7
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/python/python_platform.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/property.xhp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp index 95792c229d..364e067f3b 100644 --- a/source/text/sbasic/python/python_platform.xhp +++ b/source/text/sbasic/python/python_platform.xhp @@ -62,7 +62,7 @@ <paragraph role="bascode" localize="false" id="N0540">End Property ' Platform.DirSeparator</paragraph> <paragraph role="bascode" localize="false" id="N0541"></paragraph> <paragraph role="bascode" localize="false" id="N0542">Public Property Get IsLinux As Boolean</paragraph> - <paragraph role="bascode" localize="false" id="N0543"> isLinux = ( GetGUIType()=4 ) ' Applies to MacOS X as well </paragraph> + <paragraph role="bascode" localize="false" id="N0543"> isLinux = ( GetGUIType()=4 ) ' Applies to macOS as well </paragraph> <paragraph role="bascode" localize="false" id="N0544">End Property ' Platform.isLinux</paragraph> <paragraph role="bascode" localize="false" id="N0545"></paragraph> <paragraph role="bascode" localize="false" id="M0542">Public Property Get IsMacOSX As Boolean</paragraph> diff --git a/source/text/sbasic/shared/property.xhp b/source/text/sbasic/shared/property.xhp index 1a4cfd3d1f..052c25affe 100644 --- a/source/text/sbasic/shared/property.xhp +++ b/source/text/sbasic/shared/property.xhp @@ -40,7 +40,7 @@ <paragraph role="bascode" localize="false" id="N0189">Option Compatible</paragraph> <paragraph role="bascode" localize="false" id="N0190">Sub Main</paragraph> <paragraph role="bascode" localize="false" id="N0191"> ProductName = "Office"</paragraph> - <paragraph role="bascode" xml-lang="en-US" id="N0192"> Print ProductName ' displays "LibreOffice"</paragraph> + <paragraph role="bascode" xml-lang="en-US" id="N0192"> Print ProductName ' displays "%PRODUCTNAME"</paragraph> <paragraph role="bascode" localize="false" id="N0193">End Sub</paragraph> <paragraph role="bascode" localize="false" id="N0194"></paragraph> <paragraph role="bascode" localize="false" id="N0195">Private _office As String</paragraph> @@ -58,7 +58,7 @@ <paragraph role="bascode" localize="false" id="N0205"> Static this As String</paragraph> <paragraph role="bascode" localize="false" id="N0206"> If this = "" Then : Select Case GetGuiType()</paragraph> <paragraph role="bascode" localize="false" id="N0207"> Case 1 : this = ";" ' Windows</paragraph> - <paragraph role="bascode" xml-lang="en-US" id="N0208"> Case 4 : this = ":" ' Linux or MacOS X</paragraph> + <paragraph role="bascode" xml-lang="en-US" id="N0208"> Case 4 : this = ":" ' Linux or macOS</paragraph> <paragraph role="bascode" xml-lang="en-US" id="N0209"> Case Else : Error 423 ' Property or method not defined: PathDelimiter</paragraph> <paragraph role="bascode" localize="false" id="N0210"> End Select : End If</paragraph> <paragraph role="bascode" localize="false" id="N0211"> PathDelimiter = this</paragraph> @@ -99,4 +99,4 @@ <embed href="text/sbasic/shared/compatible.xhp#compatiblestatement"/> </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |