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 e5eb0d2ea62b..736fe01b0351 100644
--- a/qadevOOo/runner/util/ControlDsc.java
+++ b/qadevOOo/runner/util/ControlDsc.java
@@ -28,7 +28,7 @@ import com.sun.star.uno.UnoRuntime;
public class ControlDsc extends InstDescr {
- private String name = null;
+ private String name;
static final String ifcName = "com.sun.star.form.XFormComponent";
String service = "com.sun.star.form.component.CommandButton";