summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java b/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java
index 0c40cbe520af..9cf450c544cb 100644
--- a/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java
+++ b/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java
@@ -41,6 +41,7 @@ public class AccessibleDocumentView extends TestCase {
XChartDocument xChartDoc = null;
+ @Override
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -86,6 +87,7 @@ public class AccessibleDocumentView extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*/
+ @Override
protected void cleanup( TestParameters Param, PrintWriter log) {
if( xChartDoc!=null ) {
log.println( " closing xChartDoc" );
@@ -103,6 +105,7 @@ public class AccessibleDocumentView extends TestCase {
*
* @see #initializeTestCase
*/
+ @Override
protected void initialize(TestParameters Param, PrintWriter log) {
log.println( "creating a text document" );
SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF());