summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 17:45:45 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 17:45:45 +0000
commitea51943d174a656ec518c74775072f3c7a680294 (patch)
tree2a2fcdbfd2417166fd9fcdf1c52691aebde7a936 /qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
parent4b3e18e31ffd70e047e37305ffc1632a5ce3db43 (diff)
INTEGRATION: CWS qadev15 (1.5.18); FILE MERGED
2003/12/16 09:13:46 sw 1.5.18.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
index 57cd288c526f..f84af37e265e 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScAccessiblePreviewHeaderCell.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change:$Date: 2003-09-08 12:02:53 $
+ * last change:$Date: 2004-01-05 18:45:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,7 +166,7 @@ public class ScAccessiblePreviewHeaderCell extends TestCase {
if (xSheetDoc != null) {
XComponent oComp = (XComponent) UnoRuntime.queryInterface(
XComponent.class, xSheetDoc);
- oComp.dispose();
+ util.DesktopTools.closeDoc(oComp);
}
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory) Param.getMSF());