office-gobmx/sc/sdi/pgbrksh.sdi
Jens-Heiner Rechtien 9ae5a91f79 initial import
2000-09-18 16:07:07 +00:00

18 lines
564 B
Text

//============================================================================
//
// ScPageBreakShell 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/pgbrksh.sdv $ $Workfile: pgbrksh.sdi $
//----------------------------------------------------------------------------
interface PageBreakMode : Selection
{
}
// ===========================================================================
shell ScPageBreakShell
{
import PageBreakMode;
}