summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 17:48:56 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 17:48:56 +0000
commit5c4478c024b19a7ed72fb1d3e6fe2365882ffef6 (patch)
tree44f6d85a94566c03f53fa7b10d272c73b9df63a4 /qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
parenta854221cb4857f83ff835824403983841560f236 (diff)
INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED
2003/12/16 09:13:49 sw 1.5.8.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
index e29d988bdfd1..98ec6368cf11 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScAreaLinksObj.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change:$Date: 2003-11-18 16:29:25 $
+ * last change:$Date: 2004-01-05 18:48:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,7 +129,7 @@ public class ScAreaLinksObj extends TestCase {
log.println( " disposing xSheetDoc " );
XComponent oComp = (XComponent) UnoRuntime.queryInterface
(XComponent.class, xSheetDoc) ;
- oComp.dispose();
+ util.DesktopTools.closeDoc(oComp);
}