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 2f131a263fea..5259b4340558 100644
--- a/qadevOOo/runner/util/InstCreator.java
+++ b/qadevOOo/runner/util/InstCreator.java
@@ -33,11 +33,11 @@ import com.sun.star.container.XIndexAccess;
public class InstCreator implements XInstCreator {
- XInterface xParent;
- XMultiServiceFactory xMSF;
- XInterface xInstance;
- XIndexAccess xIA;
- InstDescr iDsc;
+ private XInterface xParent;
+ private XMultiServiceFactory xMSF;
+ private XInterface xInstance;
+ private XIndexAccess xIA;
+ private InstDescr iDsc;
public InstCreator( XInterface xParent, InstDescr iDsc ) {
this.xParent = xParent;