diff options
author | LibreOfficiant <OpenOfficiant@sfr.fr> | 2019-01-17 11:02:36 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-22 11:49:09 +0100 |
commit | 2706cb2c41c235a88f87d6bd439e67a5197b8c60 (patch) | |
tree | 02c623ce8e19c8a745c4076c0c756124fb9df565 /source | |
parent | dc327ee89cb09ef179a4c148011501c75c9cf998 (diff) |
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')
-rw-r--r-- | source/text/sbasic/shared/stardesktop.xhp | 8 |
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("C:\My Documents\example.odt")</paragraph> - <paragraph role="bascode" id="N0096">doc = StarDesktop.LoadComponentFromURL(docURL, "_blank", 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("C:\My Documents\example.odt")</paragraph> + <paragraph role="bascode" id="N0096" localize="false">doc = StarDesktop.LoadComponentFromURL(docURL, "_blank", 0, docProperties)</paragraph> </bascode> </body> </helpdocument> |