diff options
Diffstat (limited to 'odk/docs')
-rw-r--r-- | odk/docs/tools.html | 4 |
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> |