Kaydet (Commit) d3888b09 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED

2003/12/17 08:58:57 sw 1.3.18.1: #114449#
üst ad80b4c9
......@@ -2,9 +2,9 @@
*
* $RCSfile: SwXDrawPage.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change:$Date: 2003-09-08 12:44:51 $
* last change:$Date: 2004-01-05 20:06:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -143,7 +143,7 @@ public class SwXDrawPage extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " );
xTextDoc.dispose();
util.DesktopTools.closeDoc(xTextDoc);
}
/**
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: SwXEndnoteProperties.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change:$Date: 2003-09-08 12:45:02 $
* last change:$Date: 2004-01-05 20:06:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -114,7 +114,7 @@ public class SwXEndnoteProperties extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " );
xTextDoc.dispose();
util.DesktopTools.closeDoc(xTextDoc);
}
/**
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: SwXFieldEnumeration.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change:$Date: 2003-09-08 12:45:14 $
* last change:$Date: 2004-01-05 20:07:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -114,7 +114,7 @@ public class SwXFieldEnumeration extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " );
xTextDoc.dispose();
util.DesktopTools.closeDoc(xTextDoc);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment