summaryrefslogtreecommitdiff
path: root/forms/qa/integration/forms/TestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa/integration/forms/TestCase.java')
-rw-r--r--forms/qa/integration/forms/TestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/TestCase.java b/forms/qa/integration/forms/TestCase.java
index c2c18d2889df..cc1e6ec623f3 100644
--- a/forms/qa/integration/forms/TestCase.java
+++ b/forms/qa/integration/forms/TestCase.java
@@ -25,7 +25,7 @@ import com.sun.star.util.XModifiable;
public abstract class TestCase extends complexlib.ComplexTestCase implements com.sun.star.lang.XEventListener
{
protected XMultiServiceFactory m_orb; /// our service factory
- protected DocumentType m_documentType; /// the type of our document
+ private DocumentType m_documentType; /// the type of our document
protected DocumentHelper m_document; /// our current test document
protected FormLayer m_formLayer;