summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch')
-rw-r--r--qadevOOo/runner/convwatch/OfficePrint.java16
-rw-r--r--qadevOOo/runner/convwatch/ReportDesignerTest.java2
2 files changed, 0 insertions, 18 deletions
diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java
index ba3e03c298e9..9efa7049068a 100644
--- a/qadevOOo/runner/convwatch/OfficePrint.java
+++ b/qadevOOo/runner/convwatch/OfficePrint.java
@@ -95,9 +95,6 @@ public class OfficePrint {
* the GraphicalTestArguments must contain a living MultiServiceFactory object
* or we crash here.
* Be aware, the ownership of the document gets to you, you have to close it.
- * @param _aGTA
- * @param _sInputURL
- * @return
*/
public static XComponent loadFromURL(GraphicalTestArguments _aGTA,
String _sInputURL)
@@ -302,10 +299,6 @@ public class OfficePrint {
* Due to the fact we use a printer to convert the file to postscript, the default printer
* to create such postscript format must be installed, this is not tested here.
*
- * @param _aGTA
- * @param _sInputURL
- * @param _sOutputURL
- * @param _sPrintFileURL
* @return true, if print has been done.
* Be careful, true means only print returns with no errors, to be sure print is really done
* check existence of _sPrintFileURL
@@ -624,9 +617,6 @@ public class OfficePrint {
/**
- * @param _aGTA
- * @param _sAbsoluteOutputPath
- * @param _sAbsoluteInputFile
* @return true, if the reference (*.prrn file) based on given output path and given input path exist.
* If OVERWRITE_REFERENCE is set, always return false.
*/
@@ -671,12 +661,6 @@ public class OfficePrint {
* _sAbsoluteOutputPath contains the destination, where the file will store after load with StarOffice/OpenOffice.org
* if is null, print only near the Input file path
* _sPrintType ".prn" Print input file with StarOffice/OpenOffice.org and the default printer as PostScript
- *
- * @param _aGTA
- * @param _sAbsoluteOutputPath
- * @param _sAbsoluteInputFile
- * @return
- * @throws ConvWatchCancelException
*/
public static boolean buildReference(GraphicalTestArguments _aGTA,
String _sAbsoluteOutputPath,
diff --git a/qadevOOo/runner/convwatch/ReportDesignerTest.java b/qadevOOo/runner/convwatch/ReportDesignerTest.java
index 0aad73c78985..5b059e8ecc4b 100644
--- a/qadevOOo/runner/convwatch/ReportDesignerTest.java
+++ b/qadevOOo/runner/convwatch/ReportDesignerTest.java
@@ -86,7 +86,6 @@ class PropertyHelper
{
/**
Create a PropertyValue[] from a ArrayList
- @param _aPropertyList
@return a PropertyValue[]
*/
public static PropertyValue[] createPropertyValueArrayFormArrayList(ArrayList<PropertyValue> _aPropertyList)
@@ -123,7 +122,6 @@ public class ReportDesignerTest extends ComplexTestCase {
/**
* This method returns a list of Strings, each string must be a function name in this class.
- * @return
*/
@Override
public String[] getTestMethodNames()