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.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java b/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java
index 70c735be9e4b..765d85eb92a3 100644
--- a/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java
+++ b/wizards/com/sun/star/wizards/report/ReportImplementationHelper.java
@@ -27,10 +27,6 @@ public class ReportImplementationHelper
private XMultiServiceFactory m_xMSF;
protected int m_nDefaultPageOrientation;
- /**
- * @param _aMSF
- * @param _nOrientation
- */
public ReportImplementationHelper(XMultiServiceFactory _aMSF, int _nOrientation)
{
m_xMSF = _aMSF;