summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 19:20:23 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 19:20:23 +0000
commitea9cdc60b547883f56298becc7fae81f9a8d5a0c (patch)
tree2285388b8c9e456b826ffc069424961d1cbae08f
parentbbf80b247828c7a92402b1cdd37855c65827f1b8 (diff)
INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED
2003/12/17 08:59:10 sw 1.3.18.1: #114449#
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextFrame.java6
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java6
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java6
3 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextFrame.java b/qadevOOo/tests/java/mod/_sw/SwXTextFrame.java
index d97fad3bd044..82ecd7fccd5d 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextFrame.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextFrame.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXTextFrame.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-09-08 12:51:54 $
+ * last change:$Date: 2004-01-05 20:19:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ public class SwXTextFrame extends TestCase {
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");
- xTextDoc.dispose();
+ util.DesktopTools.closeDoc(xTextDoc);
}
/**
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java b/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java
index a74888974b3e..06a56173a615 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXTextFrameText.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-09-08 12:52:06 $
+ * last change:$Date: 2004-01-05 20:19:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ public class SwXTextFrameText extends TestCase {
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " );
- xTextDoc.dispose();
+ util.DesktopTools.closeDoc(xTextDoc);
}
/**
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java b/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java
index 9c724364af2a..9374b820b93d 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXTextGraphicObject.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-09-08 12:52:17 $
+ * last change:$Date: 2004-01-05 20:20:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ public class SwXTextGraphicObject extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xDrawDoc " );
- xTextDoc.dispose();
+ util.DesktopTools.closeDoc(xTextDoc);
}