summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 19:21:23 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 19:21:23 +0000
commit798a3606d7a5f5a0a86d1f770d73a42917ff7469 (patch)
tree8fdaf6050243d9f54b2063fbe1129e3d2c21225a /qadevOOo/tests/java/mod/_sw/SwXTextPortion.java
parent904fb9fb598bdffe9f3fe40bb960b6d866483e0b (diff)
INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED
2003/12/17 08:59:11 sw 1.4.18.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextPortion.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextPortion.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java b/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java
index 0d43e3f9d5e1..6bac5fbc8404 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextPortion.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXTextPortion.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2003-09-08 12:52:44 $
+ * last change:$Date: 2004-01-05 20:21:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ public class SwXTextPortion extends TestCase {
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " );
- xTextDoc.dispose();
+ util.DesktopTools.closeDoc(xTextDoc);
}
/**