Kaydet (Commit) bd5b7edb authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS qadev14 (1.2.12); FILE MERGED

2003/12/01 16:48:04 sw 1.2.12.1: #i23066#
üst 825eae4e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: _XSubTotalDescriptor.java,v $ * $RCSfile: _XSubTotalDescriptor.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change:$Date: 2003-09-08 11:06:48 $ * last change:$Date: 2003-12-11 11:45:25 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -58,15 +58,15 @@ ...@@ -58,15 +58,15 @@
* *
* *
************************************************************************/ ************************************************************************/
package ifc.sheet; package ifc.sheet;
import lib.MultiMethodTest;
import com.sun.star.sheet.GeneralFunction; import com.sun.star.sheet.GeneralFunction;
import com.sun.star.sheet.SubTotalColumn; import com.sun.star.sheet.SubTotalColumn;
import com.sun.star.sheet.XSubTotalDescriptor; import com.sun.star.sheet.XSubTotalDescriptor;
import lib.MultiMethodTest;
/** /**
* Testing <code>com.sun.star.sheet.XSubTotalDescriptor</code> * Testing <code>com.sun.star.sheet.XSubTotalDescriptor</code>
* interface methods : * interface methods :
...@@ -77,7 +77,6 @@ import com.sun.star.sheet.XSubTotalDescriptor; ...@@ -77,7 +77,6 @@ import com.sun.star.sheet.XSubTotalDescriptor;
* @see com.sun.star.sheet.XSubTotalDescriptor * @see com.sun.star.sheet.XSubTotalDescriptor
*/ */
public class _XSubTotalDescriptor extends MultiMethodTest { public class _XSubTotalDescriptor extends MultiMethodTest {
public XSubTotalDescriptor oObj = null; public XSubTotalDescriptor oObj = null;
/** /**
...@@ -103,7 +102,10 @@ public class _XSubTotalDescriptor extends MultiMethodTest { ...@@ -103,7 +102,10 @@ public class _XSubTotalDescriptor extends MultiMethodTest {
tRes.tested("clear()", true); tRes.tested("clear()", true);
} }
/**
} // finish class _XSubTotalDescriptor * Forces environment recreation.
*/
protected void after() {
disposeEnvironment();
}
} // finish class _XSubTotalDescriptor
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