[Libreoffice-commits] help.git: source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 10:49:29 UTC 2019


 source/text/sbasic/shared/stardesktop.xhp |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2706cb2c41c235a88f87d6bd439e67a5197b8c60
Author:     LibreOļ¬ƒciant <OpenOfficiant at sfr.fr>
AuthorDate: Thu Jan 17 11:02:36 2019 +0100
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Jan 22 11:49:09 2019 +0100

    localization inhibition in Basic
    
    Change-Id: Ic0572bb9c55a205cf2f5cbb326d310bd07557811
    Reviewed-on: https://gerrit.libreoffice.org/66503
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/stardesktop.xhp b/source/text/sbasic/shared/stardesktop.xhp
index 4ed7f3527..95ac47351 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>


More information about the Libreoffice-commits mailing list