diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-03 19:53:06 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-04 00:55:35 +0100 |
commit | d0dad7954d1432b998cb1f3eb9c74fb6a56d280f (patch) | |
tree | 2a0694e792c667418a7440bea4eff8c4b8afdacc /source/text/sbasic | |
parent | 02367b1b1afa3c284fc2594c4791bd2037e927e2 (diff) |
Add some entries in tree files
plus a link address fix
Change-Id: Ib73385d43b7c354b81265ad7aa06dec66df2763e
Reviewed-on: https://gerrit.libreoffice.org/45762
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/03131600.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03131600.xhp b/source/text/sbasic/shared/03131600.xhp index ff2a1075af..b9a5b14dff 100644 --- a/source/text/sbasic/shared/03131600.xhp +++ b/source/text/sbasic/shared/03131600.xhp @@ -42,7 +42,7 @@ <bascode> <paragraph id="par_id3153346" role="bascode" xml-lang="en-US">oService = CreateUnoService( Uno service name )</paragraph> </bascode> -<paragraph id="par_idN1060F" role="paragraph" xml-lang="en-US">For a list of available services, go to: http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</paragraph> +<paragraph id="par_idN1060F" role="paragraph" xml-lang="en-US">For a list of available services, go to: <link href="http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html" name="linkname">http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link></paragraph> <paragraph id="hd_id3151111" role="heading" level="2" xml-lang="en-US">Examples:</paragraph> <paragraph id="par_id3154046" role="paragraph" xml-lang="en-US">oIntrospection = CreateUnoService( "com.sun.star.beans.Introspection" )</paragraph> |