From 3f62165fd45c714210491610bf89383918f3459e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 7 Sep 2011 10:10:16 +0200 Subject: replace api.openoffice.org to api.libreoffice.org --- extensions/qa/integration/extensions/ServicesHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/qa/integration/extensions/ServicesHandler.java b/extensions/qa/integration/extensions/ServicesHandler.java index 33bb69961028..caea932d4782 100644 --- a/extensions/qa/integration/extensions/ServicesHandler.java +++ b/extensions/qa/integration/extensions/ServicesHandler.java @@ -66,7 +66,7 @@ public class ServicesHandler implements XPropertyHandler try { // translate the service name into a URL to dispatch - String documentationURL = "http://api.openoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html"; + String documentationURL = "http://api.libreoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html"; System.out.println( documentationURL ); // the OpenHyperlink command, to be dispatched to the Desktop -- cgit