diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-26 15:50:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-26 16:07:11 +0200 |
commit | 2ac2e013bef6c041c54879ad154089dc606051ee (patch) | |
tree | 420bc225869f5b6ef88967141b406c4970a97314 /scripting | |
parent | fefd1b5f8ffd902e483decfecef80f3498b2d0a8 (diff) |
Typo in service name
...detected now that the default service manager XContentEnumerationAccess
no creates its own XServiceInfo instances.
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |