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

INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED

2003/12/18 10:03:17 sw 1.4.18.1: #114449#
üst be423e68
......@@ -2,9 +2,9 @@
*
* $RCSfile: SvxUnoTextRange.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change:$Date: 2003-09-08 12:40:02 $
* last change:$Date: 2004-01-05 19:55:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -121,7 +121,7 @@ public class SvxUnoTextRange extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xDrawDoc " );
xDrawDoc.dispose();
util.DesktopTools.closeDoc(xDrawDoc);
}
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: SvxUnoTextRangeEnumeration.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change:$Date: 2003-09-08 12:40:13 $
* last change:$Date: 2004-01-05 19:55:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -121,7 +121,7 @@ public class SvxUnoTextRangeEnumeration extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xDrawDoc " );
xDrawDoc.dispose();
util.DesktopTools.closeDoc(xDrawDoc);
}
......
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