summaryrefslogtreecommitdiff
path: root/odk/examples/java/PropertySet
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2011-02-22 16:13:49 +0100
committerJuergen Schmidt <jsc@openoffice.org>2011-02-22 16:13:49 +0100
commit928af9414dac5ff185e2a8716a585efc33be2001 (patch)
tree9af762d43890966e4323b0d8d2f03bda4b670f7e /odk/examples/java/PropertySet
parent134b85e8f8c6bb38c7ce9b4f7f159b8738b0f347 (diff)
jsc340: i114609: support passive component registration
Diffstat (limited to 'odk/examples/java/PropertySet')
-rw-r--r--odk/examples/java/PropertySet/PropTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/odk/examples/java/PropertySet/PropTest.java b/odk/examples/java/PropertySet/PropTest.java
index 3e1014e9a9f2..396cb15b084a 100644
--- a/odk/examples/java/PropertySet/PropTest.java
+++ b/odk/examples/java/PropertySet/PropTest.java
@@ -257,9 +257,10 @@ public class PropTest extends PropertySet implements XServiceInfo
return xSingleServiceFactory;
}
- // This method not longer necessary since OOo 3.4 where the component registration was
+ // 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
+
// public static boolean __writeRegistryServiceInfo(XRegistryKey regKey)
// {
// return FactoryHelper.writeRegistryServiceInfo( PropTest.class.getName(),