summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-06 08:55:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:28 +0200
commit0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 (patch)
tree218eba20dd23c6a865cf01aa7532bf1261a69bc8 /qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java
parente2e55a7c49079dfd896da6515b98d451e4c8735b (diff)
java: add @Override annotation to overriding methods
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java b/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java
index ca795805ed12..2ddab77ed271 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessibleGraphicShape.java
@@ -44,6 +44,7 @@ public class AccessibleGraphicShape extends TestCase {
static XComponent xDrawDoc;
static XModel aModel;
+ @Override
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF() );
@@ -63,11 +64,13 @@ public class AccessibleGraphicShape extends TestCase {
/**
* Disposes the Draw document loaded before.
*/
+ @Override
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xDrawDoc " );
util.DesktopTools.closeDoc(xDrawDoc);
}
+ @Override
protected TestEnvironment createTestEnvironment
(TestParameters tParam, PrintWriter log) {