summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report/ReportImplementationHelper.java')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportImplementationHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java b/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java
index 765d85eb92a3..54b0bac36831 100644
--- a/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java
+++ b/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java
@@ -24,7 +24,7 @@ public class ReportImplementationHelper
{
private RecordParser m_aCurDBMetaData;
- private XMultiServiceFactory m_xMSF;
+ private final XMultiServiceFactory m_xMSF;
protected int m_nDefaultPageOrientation;
public ReportImplementationHelper(XMultiServiceFactory _aMSF, int _nOrientation)