summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/reportbuilder
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-07 08:55:52 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:31 +0200
commit1c496506bc0d720241e5f9877681197e3b6d576a (patch)
treea3cf74b38175e94811f429e88faf6e5daec44492 /wizards/com/sun/star/wizards/reportbuilder
parentf086884fc33aabd4c9abb1efd8f6892dba4830cf (diff)
java: remove useless javadoc tags
that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
Diffstat (limited to 'wizards/com/sun/star/wizards/reportbuilder')
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java1
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java4
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java4
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java1
4 files changed, 0 insertions, 10 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
index f6f26d1eeff6..42c15d4e4c63 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
@@ -599,7 +599,6 @@ public class ReportBuilderImplementation extends ReportImplementationHelper
/**
* Return a string array array with all found layouts
* At the moment these layout are hard coded
- * @return
*/
public String[][] getDataLayout()
{
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java b/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
index 65fed5b1c9f6..2315ea5bead9 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
@@ -264,10 +264,6 @@ public class DesignTemplate
/**
* create a new DesignTemplate by try to load a otr file from the given path.
* Internally we store the loaded ReportDefinition.
- *
- * @param _xMSF
- * @param _sPath
- * @return
*/
public static DesignTemplate create(XMultiServiceFactory _xMSF, String _sPath)
{
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
index 635bab594104..ac1f431e4998 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
@@ -338,7 +338,6 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
/**
* Stores the Group names. To insert/create a report with such group names, call layout()
- * @param _aGroupNames
*/
public void insertGroupNames(String[] _aGroupNames)
{
@@ -467,7 +466,6 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
/**
* Give a list off all field title names to insert the field title names, call layout()
- * @param _aFieldTitleNames
*/
public void insertFieldTitles(String[] _aFieldTitleNames)
{
@@ -582,7 +580,6 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
/**
* Give a list off all field names to insert the field names, call layout()
- * @param _aFieldNames
*/
public void insertFieldNames(String[] _aFieldNames)
{
@@ -1568,7 +1565,6 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
/**
* load the given string as a template and use it's content to paint the other
- * @param LayoutTemplatePath
*/
public void loadAndSetBackgroundTemplate(String LayoutTemplatePath)
{
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java b/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java
index 5eecc8e4ec97..f4dc340b004d 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/SectionLabel.java
@@ -35,7 +35,6 @@ public class SectionLabel extends SectionObject
/**
* Return the current FontDescriptor
- * @return
*/
@Override
public FontDescriptor getFontDescriptor()