19 lines
571 B
Text
19 lines
571 B
Text
//============================================================================
|
|
//
|
|
// ScDrawFormShell fuer StarCalc
|
|
//
|
|
// (C) 1999 StarDivision GmbH, Hamburg, Germany
|
|
// $Author: hr $ $Date: 2000-09-18 16:44:52 $ $Revision: 1.1.1.1 $
|
|
// $Logfile: T:/sc/sdi/drformsh.sdv $ $Workfile: drformsh.sdi $
|
|
//----------------------------------------------------------------------------
|
|
|
|
interface TableForm : Selection
|
|
{
|
|
}
|
|
|
|
|
|
// ===========================================================================
|
|
shell ScDrawFormShell : ScDrawShell
|
|
{
|
|
import TableForm;
|
|
}
|