diff options
Diffstat (limited to 'source/text')
-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> |