diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 10:29:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 10:29:38 +0000 |
commit | 5be98eba1fddb559194066c511b53412009c2d5d (patch) | |
tree | 538903c2049093b623e6bd26fd2d0c0396fa43a0 /sfx2/sdi/docslots.sdi | |
parent | 45967111901ed4b8f9439bdf538fbbf5a6dd4a64 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sfx2/sdi/docslots.sdi')
-rw-r--r-- | sfx2/sdi/docslots.sdi | 69 |
1 files changed, 1 insertions, 68 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi index f6c6531b0cf5..8227e8e44503 100644 --- a/sfx2/sdi/docslots.sdi +++ b/sfx2/sdi/docslots.sdi @@ -2,7 +2,7 @@ shell SfxObjectShell (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: as $ $Date: 2002-09-13 06:40:54 $ $Revision: 1.8 $ + $Author: hr $ $Date: 2003-03-27 11:27:31 $ $Revision: 1.9 $ $Logfile: T:/sfx2/sdi/docslots.sdv $ $Workfile: DOCSLOTS.SDI $ =========================================================================*/ @@ -91,73 +91,6 @@ interface Document : Object ExecMethod = ExecView_Impl ; StateMethod = StateView_Impl ; ] - //--------------------------------------------------------------------- - SID_ON_CREATEDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_ON_OPENDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_ON_PREPARECLOSEDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_ON_CLOSEDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_ON_SAVEDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_ON_SAVEASDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - - SID_ON_SAVEDOCDONE // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - - //--------------------------------------------------------------------- - SID_ON_SAVEASDOCDONE // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_ON_ACTIVATEDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_ON_DEACTIVATEDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] - //--------------------------------------------------------------------- - SID_ON_PRINTDOC // ole(no) api(final/play) - [ - ExecMethod = ExecProps_Impl ; - StateMethod = StateProps_Impl ; - ] } interface OfficeDocument : Document |