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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 10 12:19:18 UTC 2019


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

New commits:
commit 899529868c4561aa76bcb63c9f6831f06e6f8f13
Author:     LibreOfficiant <OpenOfficiant at sfr.fr>
AuthorDate: Thu Jan 10 13:16:05 2019 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Jan 10 13:18:58 2019 +0100

    Does not compile as such
    
    Change-Id: I353cde4e67424cb5b56071adc897c28462242985
    Reviewed-on: https://gerrit.libreoffice.org/66086
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/source/text/sbasic/shared/stardesktop.xhp b/source/text/sbasic/shared/stardesktop.xhp
index d4d215cc3..4ed7f3527 100644
--- a/source/text/sbasic/shared/stardesktop.xhp
+++ b/source/text/sbasic/shared/stardesktop.xhp
@@ -26,8 +26,8 @@
     </section>
     <h2 id="N0092">Example:</h2>
     <bascode>
-        <paragraph role="bascode" id="N0093">dim docURL As String</paragraph>
-        <paragraph role="bascode" id="N0094">doc As Object, docProperties()</paragraph>
+        <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>
     </bascode>


More information about the Libreoffice-commits mailing list