summaryrefslogtreecommitdiff
path: root/forms/qa/integration/forms/DocumentViewHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa/integration/forms/DocumentViewHelper.java')
-rw-r--r--forms/qa/integration/forms/DocumentViewHelper.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/qa/integration/forms/DocumentViewHelper.java b/forms/qa/integration/forms/DocumentViewHelper.java
index 5c82fa40b51e..90aa18a39636 100644
--- a/forms/qa/integration/forms/DocumentViewHelper.java
+++ b/forms/qa/integration/forms/DocumentViewHelper.java
@@ -41,9 +41,9 @@ import org.openoffice.xforms.XMLDocument;
*/
public class DocumentViewHelper
{
- private XMultiServiceFactory m_orb;
- private XController m_controller;
- private DocumentHelper m_document;
+ private final XMultiServiceFactory m_orb;
+ private final XController m_controller;
+ private final DocumentHelper m_document;
/* ------------------------------------------------------------------ */
final protected XController getController()