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

INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED

2003/12/17 08:58:58 sw 1.3.18.1: #114449#
üst d3888b09
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXFieldMaster.java,v $ * $RCSfile: SwXFieldMaster.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 12:45:25 $ * last change:$Date: 2004-01-05 20:07:38 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -112,7 +112,7 @@ public class SwXFieldMaster extends TestCase { ...@@ -112,7 +112,7 @@ public class SwXFieldMaster extends TestCase {
*/ */
protected void cleanup( TestParameters tParam, PrintWriter log ) { protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " ); log.println( " disposing xTextDoc " );
xTextDoc.dispose(); util.DesktopTools.closeDoc(xTextDoc);
} }
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXFootnote.java,v $ * $RCSfile: SwXFootnote.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 12:45:37 $ * last change:$Date: 2004-01-05 20:08:00 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -131,7 +131,7 @@ public class SwXFootnote extends TestCase { ...@@ -131,7 +131,7 @@ public class SwXFootnote extends TestCase {
*/ */
protected void cleanup( TestParameters tParam, PrintWriter log ) { protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xTextDoc " ); 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