summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 18:14:40 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 18:14:40 +0000
commit3de23c7dc36c7d249ce458f4178623932fc87b05 (patch)
tree82f0abbd54ad739fc96471713f6bf26630891e10 /qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
parentINTEGRATION: CWS qadev15 (1.4.18); FILE MERGED (diff)
downloadcore-3de23c7dc36c7d249ce458f4178623932fc87b05.tar.gz
core-3de23c7dc36c7d249ce458f4178623932fc87b05.zip
INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED
2003/12/16 09:14:13 sw 1.5.8.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
index 4bd660988bdb..efd682474272 100644
--- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScIndexEnumeration_SheetLinksEnumeration.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change:$Date: 2003-11-18 16:30:33 $
+ * last change:$Date: 2004-01-05 19:14:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ public class ScIndexEnumeration_SheetLinksEnumeration extends TestCase {
log.println( " disposing xSheetDoc " );
XComponent oComp = (XComponent)
UnoRuntime.queryInterface(XComponent.class, xSheetDoc) ;
- oComp.dispose();
+ util.DesktopTools.closeDoc(oComp);
}
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {