summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-07 10:10:16 +0200
committerAndras Timar <atimar@suse.com>2011-09-07 10:27:56 +0200
commit3f62165fd45c714210491610bf89383918f3459e (patch)
tree25b427a82560dcd129206b114b11519acccd066d /extensions
parentcallcatcher: unused code (diff)
downloadcore-3f62165fd45c714210491610bf89383918f3459e.tar.gz
core-3f62165fd45c714210491610bf89383918f3459e.zip
replace api.openoffice.org to api.libreoffice.org
Diffstat (limited to 'extensions')
-rw-r--r--extensions/qa/integration/extensions/ServicesHandler.java2
1 files changed, 1 insertions, 1 deletions
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