summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 18:01:18 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 18:01:18 +0000
commit30b56dd43c0df1178fd6aa9837743d61f4195b2c (patch)
tree8cfaff69d805bb0d5915d6ff8d6c78e9948d2d54 /qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java
parent3cfa45959e5a019373de79d25b40ec1b9a3aedde (diff)
INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED
2003/12/16 09:14:00 sw 1.4.18.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java b/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java
index c3b91c4d4413..d77b4a01b982 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScDrawPageObj.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2003-09-08 12:08:56 $
+ * last change:$Date: 2004-01-05 19:01:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,7 +112,7 @@ public class ScDrawPageObj extends TestCase {
log.println( " disposing xSheetDoc " );
XComponent xComp = (XComponent)
UnoRuntime.queryInterface(XComponent.class, xDoc);
- xComp.dispose();
+ util.DesktopTools.closeDoc(xComp);
}