Typo in service name

...detected now that the default service manager XContentEnumerationAccess
no creates its own XServiceInfo instances.
This commit is contained in:
Stephan Bergmann
2012-04-26 15:50:55 +02:00
parent fefd1b5f8f
commit 2ac2e013be

View File

@@ -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 );
}