summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-07 14:21:22 +0200
committerAndras Timar <andras.timar@collabora.com>2013-09-07 14:21:22 +0200
commit6ea6a422fbb6279c6fc589e86603a6864273229d (patch)
treef7b9ecedbcb23305c47f3f9e06b0c74d9c694145 /odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
parent15dfb04267015a9dfbc36d79999d51527bc00358 (diff)
s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java b/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
index 4a8b1ec46b12..a70481e1631b 100644
--- a/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
+++ b/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
@@ -455,7 +455,7 @@ public class JavaSampleChartAddIn extends WeakBase implements
*/
// This method not longer necessary since OOo 3.4 where the component registration
// was changed to passive component registration. For more details see
- // http://wiki.services.openoffice.org/wiki/Passive_Component_Registration
+ // http://wiki.openoffice.org/wiki/Passive_Component_Registration
// public static boolean __writeRegistryServiceInfo( com.sun.star.registry.XRegistryKey regKey )
// {