summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 18:38:37 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 18:38:37 +0000
commit34602cbd9cd99f67726b83e8786c664ad0dec04b (patch)
treeeac1e2a9264347bad81c421752b28d04eba7d478 /qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
parent2df08949fa960bad37c7cf1da75f2c516dfd52b4 (diff)
INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED
2003/12/18 08:21:01 sw 1.3.18.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
index 0e18aa6e76b2..af913124910a 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SdUnoOutlineView.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-09-08 12:27:01 $
+ * last change:$Date: 2004-01-05 19:38:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,8 +137,8 @@ public class SdUnoOutlineView extends TestCase {
*/
protected void cleanup( TestParameters Param, PrintWriter log) {
log.println("disposing impress documents");
- xImpressDoc.dispose();
- xSecondDrawDoc.dispose();
+ util.DesktopTools.closeDoc(xImpressDoc);;
+ util.DesktopTools.closeDoc(xSecondDrawDoc);;
}
/**