summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 09:29:35 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 13:34:42 +0200
commit5ca7fa8db244f225d680f86d6eceefa69eb35b6d (patch)
treec84c16da0a3cc5754b543146ea2247951ad5d0c9 /wizards
parent01c042471d35ecaeb7362c64436e090c7164a140 (diff)
make some java fields private
found by UCDetector Change-Id: Ib4cf18be134c3177cb123191e963bb43b7e6de93
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/text/TextDocument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/text/TextDocument.java b/wizards/com/sun/star/wizards/text/TextDocument.java
index a604f2f29e86..181314aade12 100644
--- a/wizards/com/sun/star/wizards/text/TextDocument.java
+++ b/wizards/com/sun/star/wizards/text/TextDocument.java
@@ -74,7 +74,7 @@ public class TextDocument
public XComponent xComponent;
public com.sun.star.text.XTextDocument xTextDocument;
- public com.sun.star.document.XDocumentProperties m_xDocProps;
+ private com.sun.star.document.XDocumentProperties m_xDocProps;
public com.sun.star.task.XStatusIndicator xProgressBar;
public com.sun.star.frame.XFrame xFrame;
public XText xText;