summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/XMLExporter.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 18:30:27 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 18:30:27 +0000
commit88d62d6755a23a8b26585190eab6be332b9ceffe (patch)
treefdf9eb80104c0c9be613536e23c102909157fbe8 /qadevOOo/tests/java/mod/_sc/XMLExporter.java
parent3a480364ef5fe7376d80499a3e561f7925b1a288 (diff)
INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED
2003/12/16 09:14:33 sw 1.4.18.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/XMLExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLExporter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/XMLExporter.java b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
index 3d04b8ffe042..2b2d406bf4b9 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExporter.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2003-09-08 12:19:11 $
+ * last change:$Date: 2004-01-05 19:30:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,7 @@ public class XMLExporter extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xCalcDoc " );
- xSheetDoc.dispose();
+ util.DesktopTools.closeDoc(xSheetDoc);
}
/**