Kaydet (Commit) fa53be21 authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS impress20ea (1.25.12); FILE MERGED

2004/10/14 12:55:23 af 1.25.12.3: RESYNC: (1.25-1.27); FILE MERGED
2004/09/16 15:20:17 af 1.25.12.2: #i34011# Corrected exec method for SID_CLOSE_MASTER_VIEW.
2004/09/14 15:15:24 af 1.25.12.1: #i34011# Added four slot ids for master view context menu.
üst fd4222ce
......@@ -2,9 +2,9 @@
*
* $RCSfile: _drvwsh.sdi,v $
*
* $Revision: 1.28 $
* $Revision: 1.29 $
*
* last change: $Author: hr $ $Date: 2004-10-12 13:08:22 $
* last change: $Author: pjunck $ $Date: 2004-10-28 13:24:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -2457,4 +2457,25 @@ interface DrawView : Object
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_INSERT_MASTER_PAGE
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_DELETE_MASTER_PAGE
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_RENAME_MASTER_PAGE
[
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
SID_CLOSE_MASTER_VIEW
[
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment