summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/ReferenceMarkDsc.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/ReferenceMarkDsc.java')
-rw-r--r--qadevOOo/runner/util/ReferenceMarkDsc.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/ReferenceMarkDsc.java b/qadevOOo/runner/util/ReferenceMarkDsc.java
index 0441a89d0e1e..8185bd9ae774 100644
--- a/qadevOOo/runner/util/ReferenceMarkDsc.java
+++ b/qadevOOo/runner/util/ReferenceMarkDsc.java
@@ -27,8 +27,8 @@ import com.sun.star.text.XTextContent;
*/
public class ReferenceMarkDsc extends InstDescr {
- final String service = "com.sun.star.text.ReferenceMark";
- String ifcName = "com.sun.star.text.XTextContent";
+ private final String service = "com.sun.star.text.ReferenceMark";
+ private String ifcName = "com.sun.star.text.XTextContent";
private String name = null;