summaryrefslogtreecommitdiffstats
path: root/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java')
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java8
1 files changed, 4 insertions, 4 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 5e3fb7e3ab8c..e41646cb042e 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
@@ -58,9 +58,9 @@ import com.sun.star.script.framework.container.ScriptMetaData;
public class ScriptProviderForBeanShell
{
- public static class _ScriptProviderForBeanShell extends ScriptProvider
+ public static class ScriptProviderForBeanShell_2 extends ScriptProvider
{
- public _ScriptProviderForBeanShell(XComponentContext ctx)
+ public ScriptProviderForBeanShell_2(XComponentContext ctx)
{
super (ctx, "BeanShell");
}
@@ -112,10 +112,10 @@ public class ScriptProviderForBeanShell
{
XSingleServiceFactory xSingleServiceFactory = null;
- if ( implName.equals( ScriptProviderForBeanShell._ScriptProviderForBeanShell.class.getName() ) )
+ if ( implName.equals( ScriptProviderForBeanShell.ScriptProviderForBeanShell_2.class.getName() ) )
{
xSingleServiceFactory = FactoryHelper.getServiceFactory(
- ScriptProviderForBeanShell._ScriptProviderForBeanShell.class,
+ ScriptProviderForBeanShell.ScriptProviderForBeanShell_2.class,
"com.sun.star.script.provider.ScriptProviderForBeanShell",
multiFactory,
regKey );