From 928af9414dac5ff185e2a8716a585efc33be2001 Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Tue, 22 Feb 2011 16:13:49 +0100 Subject: jsc340: i114609: support passive component registration --- odk/examples/java/PropertySet/PropTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odk/examples/java/PropertySet') 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(), -- cgit