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

INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED

2003/12/17 08:58:54 sw 1.3.18.1: #114449#
üst 830b5589
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SwXBodyText.java,v $ * $RCSfile: SwXBodyText.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 12:43:12 $ * last change:$Date: 2004-01-05 20:02:33 $
* *
* 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
...@@ -132,7 +132,7 @@ public class SwXBodyText extends TestCase { ...@@ -132,7 +132,7 @@ public class SwXBodyText 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: SwXBookmark.java,v $ * $RCSfile: SwXBookmark.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 12:43:24 $ * last change:$Date: 2004-01-05 20:02:57 $
* *
* 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
...@@ -119,7 +119,7 @@ public class SwXBookmark extends TestCase { ...@@ -119,7 +119,7 @@ public class SwXBookmark 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: SwXBookmarks.java,v $ * $RCSfile: SwXBookmarks.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 12:43:35 $ * last change:$Date: 2004-01-05 20:03:25 $
* *
* 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
...@@ -115,7 +115,7 @@ public class SwXBookmarks extends TestCase { ...@@ -115,7 +115,7 @@ public class SwXBookmarks 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