summaryrefslogtreecommitdiff
path: root/odk/docs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-05 11:03:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-05 11:06:14 +0200
commit2c2dc8ebb7a3961f6f33d64a328f33dd3c9a40c6 (patch)
tree1213527f4c187606b98baa37bdf9758031cd6c05 /odk/docs
parent06c73497580c32f77f2848a6f57feb037516695e (diff)
Use api.libreoffice.org fallback links when no local doxygen/javadoc docu
Change-Id: I2b108da334f63d79a16af0e3ba956240a5aff80c
Diffstat (limited to 'odk/docs')
-rw-r--r--odk/docs/tools.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index ffac2d8283e5..83b157dcf570 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -264,7 +264,7 @@
<p><code>[c:\] uno.exe -s foo.bar.FooBarService -r myregistry.rdb
-- foo bar</code></p>
<p>The starter loads the component and instantiates it. The component
- must export the interface <a href="common/ref/com/sun/star/lang/XMain.html" title="link into the IDL reference to the interface com.sun.star.lang.XMain">com.sun.star.lang.XMain</a>:</p>
+ must export the interface <a href="%DOXYGEN_PREFIX1%/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1lang_1_1XMain.html" title="link into the IDL reference to the interface com.sun.star.lang.XMain">com.sun.star.lang.XMain</a>:</p>
<p>
<code>interface XMain : com::sun::star::uno::XInterface <br/>
{ <br/>
@@ -319,7 +319,7 @@
time instead of creating a new instance for each connection.</td>
</tr>
</table>
- <p><b>Service <a href="common/ref/com/sun/star/bridge/UnoUrlResolver.html" title="link into the IDL reference to the service com.sun.star.bridge.UnoUrlResolver">com.sun.star.bridge.UnoUrlResolver</a></b></p>
+ <p><b>Service <a href="%DOXYGEN_PREFIX1%/docs/idl/ref/servicecom_1_1sun_1_1star_1_1bridge_1_1UnoUrlResolver.html" title="link into the IDL reference to the service com.sun.star.bridge.UnoUrlResolver">com.sun.star.bridge.UnoUrlResolver</a></b></p>
<p>You can easily connect to a server started with the
<code>-u (url)</code> option by using this service, giving the same url
to resolve. The service provides you an instance from remote.</p>