diff options
author | LibreOfficiant <OpenOfficiant@sfr.fr> | 2019-01-17 11:27:32 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-22 11:48:19 +0100 |
commit | dc327ee89cb09ef179a4c148011501c75c9cf998 (patch) | |
tree | a3cac55559081a67e062e1dae3a377a6ff7594b8 /source | |
parent | 1a0b264b2b23905acb24f86d5932bfe5ac7bd078 (diff) |
Localization inhibition in Basic code
Change-Id: I483489265463bbd00a0ab4f82fee856e429a7497
Reviewed-on: https://gerrit.libreoffice.org/66505
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/GetPathSeparator.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/GetPathSeparator.xhp b/source/text/sbasic/shared/GetPathSeparator.xhp index e832461404..7b1215c589 100644 --- a/source/text/sbasic/shared/GetPathSeparator.xhp +++ b/source/text/sbasic/shared/GetPathSeparator.xhp @@ -42,9 +42,9 @@ <embed href="text/sbasic/shared/00000003.xhp#err5"/> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <bascode> - <paragraph role="bascode" id="N0014">Sub ExampleGetPathSeparator</paragraph> - <paragraph role="bascode" id="N0015"> MsgBox GetPathSeparator()</paragraph> - <paragraph role="bascode" id="N0016">End Sub</paragraph> + <paragraph role="bascode" localize="false" id="N0014">Sub ExampleGetPathSeparator</paragraph> + <paragraph role="bascode" localize="false" id="N0015"> MsgBox GetPathSeparator()</paragraph> + <paragraph role="bascode" localize="false" id="N0016">End Sub</paragraph> </bascode> <section id="relatedtopics" > <paragraph role="paragraph" id="N0017"> |