summaryrefslogtreecommitdiff
path: root/odk
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 /odk
parent15cbe38e85124f449d536717c81da4071978e50f (diff)
replace api.openoffice.org to api.libreoffice.org
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/java/Inspector/UnoNode.java2
-rw-r--r--odk/examples/java/Spreadsheet/CalcAddins.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/java/Inspector/UnoNode.java b/odk/examples/java/Inspector/UnoNode.java
index 2bfaaf34a356..9a2958f27b5b 100644
--- a/odk/examples/java/Inspector/UnoNode.java
+++ b/odk/examples/java/Inspector/UnoNode.java
@@ -139,7 +139,7 @@ public class UnoNode{
String sAnchor = ""; // TODO find out how the Anchor may be set at the html file; //_sAnchor;
boolean bExists = Introspector.getIntrospector().getXSimpleFileAccess().exists(sIDLUrl);
if (sIDLUrl.equals("") || (!bExists)){
- sIDLUrl = "http://api.openoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER;
+ sIDLUrl = "http://api.libreoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER;
}
if (!sIDLUrl.endsWith("/")){
sIDLUrl += "/";
diff --git a/odk/examples/java/Spreadsheet/CalcAddins.java b/odk/examples/java/Spreadsheet/CalcAddins.java
index 58de5d492869..60a8a1b3e53a 100644
--- a/odk/examples/java/Spreadsheet/CalcAddins.java
+++ b/odk/examples/java/Spreadsheet/CalcAddins.java
@@ -36,7 +36,7 @@
/** You can find more
* information on the following web page:
- * http://api.openoffice.org/common/ref/com/sun/star/index.html
+ * http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html
*/
import com.sun.star.comp.loader.FactoryHelper;
import com.sun.star.lang.XMultiServiceFactory;