summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
index 4c4a63104286..aa7e2ea07f8a 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
@@ -55,7 +55,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
* Switchs the document to Print Preview mode.
* Obtains accissible object for the document page view.
*
- * @param tParam test parameters
+ * @param Param test parameters
* @param log writer to log information while testing
*
* @see TestEnvironment
@@ -162,8 +162,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
/**
* Called while disposing a <code>TestEnvironment</code>.
* Disposes text document.
- * @param tParam test parameters
- * @param tEnv the environment to cleanup
+ * @param Param test parameters
* @param log writer to log information while testing
*/
protected void cleanup( TestParameters Param, PrintWriter log) {
@@ -176,7 +175,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
* implementation does nothing. Subclasses can override to initialize
* objects shared among all <code>TestEnvironment</code>s.
*
- * @param tParam test parameters
+ * @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()