19 lines
576 B
Text
19 lines
576 B
Text
|
//============================================================================
|
||
|
//
|
||
|
// ScGraphicShell 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/graphsh.sdv $ $Workfile: graphsh.sdi $
|
||
|
//----------------------------------------------------------------------------
|
||
|
|
||
|
interface GraphSelection : Selection
|
||
|
{
|
||
|
}
|
||
|
|
||
|
// ===========================================================================
|
||
|
shell ScGraphicShell : ScDrawShell
|
||
|
{
|
||
|
import GraphSelection;
|
||
|
}
|