forked from amazingfate/loongoffice
jsc340: i114609: support passive component registration
This commit is contained in:
@ -957,9 +957,10 @@ public class ToDo {
|
||||
* @param regKey the registryKey
|
||||
* @see com.sun.star.comp.loader.JavaLoader
|
||||
*/
|
||||
// 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 Factory.writeRegistryServiceInfo(ToDoImpl.class.getName(),
|
||||
// ToDoImpl.getServiceNames(), regKey);
|
||||
|
||||
Reference in New Issue
Block a user