summaryrefslogtreecommitdiff
path: root/forms/qa/integration/forms/DocumentHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa/integration/forms/DocumentHelper.java')
-rw-r--r--forms/qa/integration/forms/DocumentHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/DocumentHelper.java b/forms/qa/integration/forms/DocumentHelper.java
index a86bc6bca40e..64caf0a152e6 100644
--- a/forms/qa/integration/forms/DocumentHelper.java
+++ b/forms/qa/integration/forms/DocumentHelper.java
@@ -46,7 +46,7 @@ import com.sun.star.util.XModifiable;
*/
public class DocumentHelper
{
- private XMultiServiceFactory m_orb;
+ private final XMultiServiceFactory m_orb;
private XComponent m_documentComponent;
/* ================================================================== */