From 2ac2e013bef6c041c54879ad154089dc606051ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 26 Apr 2012 15:50:55 +0200 Subject: Typo in service name ...detected now that the default service manager XContentEnumerationAccess no creates its own XServiceInfo instances. --- .../script/framework/provider/beanshell/ScriptProviderForBeanShell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting/java') diff --git a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java index 22a9ea8e2b93..5e3fb7e3ab8c 100644 --- a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java +++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java @@ -116,7 +116,7 @@ public class ScriptProviderForBeanShell { xSingleServiceFactory = FactoryHelper.getServiceFactory( ScriptProviderForBeanShell._ScriptProviderForBeanShell.class, - "com.sun.star.script.ScriptProviderForBeanShell", + "com.sun.star.script.provider.ScriptProviderForBeanShell", multiFactory, regKey ); } -- cgit