diff options
author | Andras Timar <atimar@suse.com> | 2011-09-07 10:10:16 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-07 10:27:56 +0200 |
commit | 3f62165fd45c714210491610bf89383918f3459e (patch) | |
tree | 25b427a82560dcd129206b114b11519acccd066d /extensions/qa | |
parent | 15cbe38e85124f449d536717c81da4071978e50f (diff) |
replace api.openoffice.org to api.libreoffice.org
Diffstat (limited to 'extensions/qa')
-rw-r--r-- | extensions/qa/integration/extensions/ServicesHandler.java | 2 |
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 |