From dc327ee89cb09ef179a4c148011501c75c9cf998 Mon Sep 17 00:00:00 2001
From: LibreOļ¬ƒciant <OpenOfficiant@sfr.fr>
Date: Thu, 17 Jan 2019 11:27:32 +0100
Subject: 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>
---
 source/text/sbasic/shared/GetPathSeparator.xhp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'source')

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">
-- 
cgit