summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.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/ScAreaLinkObj.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/ScAreaLinkObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
index fa04b417d6a6..b29fdf3a3b2f 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScAreaLinkObj.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change:$Date: 2003-11-18 16:29:15 $
+ * last change:$Date: 2004-01-05 18:48:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,7 @@ public class ScAreaLinkObj extends TestCase {
log.println( " disposing xSheetDoc " );
XComponent oComp = (XComponent) UnoRuntime.queryInterface
(XComponent.class, xSheetDoc) ;
- oComp.dispose();
+ util.DesktopTools.closeDoc(oComp);
}