summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/ControlDsc.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/ControlDsc.java')
-rw-r--r--qadevOOo/runner/util/ControlDsc.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/ControlDsc.java b/qadevOOo/runner/util/ControlDsc.java
index 8a99b70645b8..e5eb0d2ea62b 100644
--- a/qadevOOo/runner/util/ControlDsc.java
+++ b/qadevOOo/runner/util/ControlDsc.java
@@ -29,7 +29,7 @@ import com.sun.star.uno.UnoRuntime;
public class ControlDsc extends InstDescr {
private String name = null;
- final String ifcName = "com.sun.star.form.XFormComponent";
+ static final String ifcName = "com.sun.star.form.XFormComponent";
String service = "com.sun.star.form.component.CommandButton";
public ControlDsc( String kind ) {