From 2c2dc8ebb7a3961f6f33d64a328f33dd3c9a40c6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 5 Jun 2013 11:03:59 +0200 Subject: Use api.libreoffice.org fallback links when no local doxygen/javadoc docu Change-Id: I2b108da334f63d79a16af0e3ba956240a5aff80c --- odk/docs/tools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odk/docs') 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 @@

[c:\] uno.exe -s foo.bar.FooBarService -r myregistry.rdb -- foo bar

The starter loads the component and instantiates it. The component - must export the interface com.sun.star.lang.XMain:

+ must export the interface com.sun.star.lang.XMain:

interface XMain : com::sun::star::uno::XInterface
{
@@ -319,7 +319,7 @@ time instead of creating a new instance for each connection. -

Service com.sun.star.bridge.UnoUrlResolver

+

Service com.sun.star.bridge.UnoUrlResolver

You can easily connect to a server started with the -u (url) option by using this service, giving the same url to resolve. The service provides you an instance from remote.

-- cgit