summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/XMLExporter.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 19:28:44 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 19:28:44 +0000
commit94f9a6ef4967bfbfeaf7a86343c4151be24db020 (patch)
tree05f6c9392e080153fb00cc1a5402b022e262e037 /qadevOOo/tests/java/mod/_sw/XMLExporter.java
parentc7803856609cef09fa4bd3f47563dca3ba11eea7 (diff)
INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED
2003/12/17 08:59:18 sw 1.3.18.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/XMLExporter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/XMLExporter.java b/qadevOOo/tests/java/mod/_sw/XMLExporter.java
index 75834a74579d..bd1dd026670c 100644
--- a/qadevOOo/tests/java/mod/_sw/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sw/XMLExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExporter.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-09-08 12:56:03 $
+ * last change:$Date: 2004-01-05 20:28:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,7 @@ public class XMLExporter extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " );
- xTextDoc.dispose();
+ util.DesktopTools.closeDoc(xTextDoc);
}
/**