office-gobmx/sc/sdi/graphsh.sdi

19 lines
576 B
Text
Raw Normal View History

2000-09-18 11:07:07 -05:00
//============================================================================
//
// 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;
}