summaryrefslogtreecommitdiff
path: root/forms/qa/integration/forms/FormComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa/integration/forms/FormComponent.java')
-rw-r--r--forms/qa/integration/forms/FormComponent.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/qa/integration/forms/FormComponent.java b/forms/qa/integration/forms/FormComponent.java
index eb7467a55e59..301472760f29 100644
--- a/forms/qa/integration/forms/FormComponent.java
+++ b/forms/qa/integration/forms/FormComponent.java
@@ -28,11 +28,11 @@ import com.sun.star.lang.XServiceInfo;
public class FormComponent
{
- private Object m_component;
- private XNameAccess m_nameAccess;
- private XIndexAccess m_indexAccess;
- private XChild m_child;
- private XNamed m_named;
+ private final Object m_component;
+ private final XNameAccess m_nameAccess;
+ private final XIndexAccess m_indexAccess;
+ private final XChild m_child;
+ private final XNamed m_named;
/* ------------------------------------------------------------------ */
private FormComponent()