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