summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/InstCreator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/InstCreator.java')
-rw-r--r--qadevOOo/runner/util/InstCreator.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/runner/util/InstCreator.java b/qadevOOo/runner/util/InstCreator.java
index e1eb8c86ffcf..de40b07c03b1 100644
--- a/qadevOOo/runner/util/InstCreator.java
+++ b/qadevOOo/runner/util/InstCreator.java
@@ -31,11 +31,11 @@ import com.sun.star.container.XIndexAccess;
public class InstCreator implements XInstCreator {
- private XInterface xParent;
- private XMultiServiceFactory xMSF;
- private XInterface xInstance;
- private XIndexAccess xIA;
- private InstDescr iDsc;
+ private final XInterface xParent;
+ private final XMultiServiceFactory xMSF;
+ private final XInterface xInstance;
+ private final XIndexAccess xIA;
+ private final InstDescr iDsc;
public InstCreator( XInterface xParent, InstDescr iDsc ) {
this.xParent = xParent;