Kaydet (Commit) 5c4478c0 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev15 (1.5.8); FILE MERGED

2003/12/16 09:13:49 sw 1.5.8.1: #114449#
üst a854221c
......@@ -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);
}
......
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment