summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/stardesktop.xhp
diff options
context:
space:
mode:
authorLibreOļ¬ƒciant <OpenOfficiant@sfr.fr>2019-01-17 11:02:36 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-22 11:49:09 +0100
commit2706cb2c41c235a88f87d6bd439e67a5197b8c60 (patch)
tree02c623ce8e19c8a745c4076c0c756124fb9df565 /source/text/sbasic/shared/stardesktop.xhp
parentLocalization inhibition in Basic code (diff)
downloadhelp-2706cb2c41c235a88f87d6bd439e67a5197b8c60.tar.gz
help-2706cb2c41c235a88f87d6bd439e67a5197b8c60.zip
localization inhibition in Basic
Change-Id: Ic0572bb9c55a205cf2f5cbb326d310bd07557811 Reviewed-on: https://gerrit.libreoffice.org/66503 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/stardesktop.xhp')
-rw-r--r--source/text/sbasic/shared/stardesktop.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/stardesktop.xhp b/source/text/sbasic/shared/stardesktop.xhp
index 4ed7f3527f..95ac47351f 100644
--- a/source/text/sbasic/shared/stardesktop.xhp
+++ b/source/text/sbasic/shared/stardesktop.xhp
@@ -26,10 +26,10 @@
</section>
<h2 id="N0092">Example:</h2>
<bascode>
- <paragraph role="bascode" id="N0093">Dim docURL As String</paragraph>
- <paragraph role="bascode" id="N0094">Dim doc As Object, docProperties()</paragraph>
- <paragraph role="bascode" id="N0095">docURL = ConvertToURL(&quot;C:\My Documents\example.odt&quot;)</paragraph>
- <paragraph role="bascode" id="N0096">doc = StarDesktop.LoadComponentFromURL(docURL, &quot;_blank&quot;, 0, docProperties)</paragraph>
+ <paragraph role="bascode" id="N0093" localize="false">Dim docURL As String</paragraph>
+ <paragraph role="bascode" id="N0094" localize="false">Dim doc As Object, docProperties()</paragraph>
+ <paragraph role="bascode" id="N0095" localize="false">docURL = ConvertToURL(&quot;C:\My Documents\example.odt&quot;)</paragraph>
+ <paragraph role="bascode" id="N0096" localize="false">doc = StarDesktop.LoadComponentFromURL(docURL, &quot;_blank&quot;, 0, docProperties)</paragraph>
</bascode>
</body>
</helpdocument>