From 30b56dd43c0df1178fd6aa9837743d61f4195b2c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 5 Jan 2004 18:01:18 +0000 Subject: INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED 2003/12/16 09:14:00 sw 1.4.18.1: #114449# --- qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qadevOOo/tests/java/mod/_sc/ScDrawPageObj.java') 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); } -- cgit