summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
index 81bf327b21f3..f92f366e0683 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorderSupplier.java
@@ -72,6 +72,7 @@ public class _XDispatchRecorderSupplier extends MultiMethodTest {
* Also a <code>com.sun.star.frame.Desktop</code>
* service created for obtaining document's frame.
*/
+ @Override
protected void before() {
SOfficeFactory SOF = SOfficeFactory.getFactory(tParam.getMSF());
@@ -227,6 +228,7 @@ public class _XDispatchRecorderSupplier extends MultiMethodTest {
/**
* Disposes the document created in <code>before()</code>
*/
+ @Override
protected void after() {
xTextDoc.dispose();
}