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

INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED

2003/12/18 08:21:01 sw 1.4.18.1: #114449#
üst 34602cbd
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: SdUnoPresView.java,v $ * $RCSfile: SdUnoPresView.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2003-09-08 12:27:09 $ * last change:$Date: 2004-01-05 19:39:03 $
* *
* 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
...@@ -143,8 +143,8 @@ public class SdUnoPresView extends TestCase { ...@@ -143,8 +143,8 @@ public class SdUnoPresView extends TestCase {
*/ */
protected void cleanup( TestParameters Param, PrintWriter log) { protected void cleanup( TestParameters Param, PrintWriter log) {
log.println("disposing impress documents"); log.println("disposing impress documents");
xImpressDoc.dispose(); util.DesktopTools.closeDoc(xImpressDoc);;
xSecondDrawDoc.dispose(); util.DesktopTools.closeDoc(xSecondDrawDoc);;
} }
/** /**
......
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