#96090# add SID_GET(UNDO/REDO)STRINGS and SID_(UNDO/REDO)
This commit is contained in:
parent
41d143698c
commit
fcc5c9ddfc
1 changed files with 24 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: outlnvsh.sdi,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: dl $ $Date: 2001-08-20 11:18:13 $
|
||||
* last change: $Author: aw $ $Date: 2002-01-16 11:05:48 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -509,6 +509,28 @@ interface OutlineView : View
|
|||
ExecMethod = ExecCtrl ;
|
||||
StateMethod = GetCtrlState ;
|
||||
]
|
||||
|
||||
// #96090#
|
||||
SID_GETUNDOSTRINGS // ole : no, status : ?
|
||||
[
|
||||
ExecMethod = FuSupport ;
|
||||
StateMethod = GetMenuState ;
|
||||
]
|
||||
SID_UNDO // ole : no, status : ?
|
||||
[
|
||||
ExecMethod = FuSupport ;
|
||||
StateMethod = GetMenuState ;
|
||||
]
|
||||
SID_GETREDOSTRINGS // ole : no, status : ?
|
||||
[
|
||||
ExecMethod = FuSupport ;
|
||||
StateMethod = GetMenuState ;
|
||||
]
|
||||
SID_REDO // ole : no, status : ?
|
||||
[
|
||||
ExecMethod = FuSupport ;
|
||||
StateMethod = GetMenuState ;
|
||||
]
|
||||
}
|
||||
|
||||
shell SdOutlineViewShell : SfxViewShell
|
||||
|
|
Loading…
Reference in a new issue