diff options
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/sdraw.sdi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index f8f6ba3f673c..9ff3db8014cd 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -5415,6 +5415,31 @@ SfxVoidItem PresentationEnd SID_PRESENTATION_END ] //-------------------------------------------------------------------------- +SfxVoidItem ClearUndoStack SID_CLEAR_UNDO_STACK +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; +] + +//-------------------------------------------------------------------------- SfxVoidItem PresentationLayout SID_PRESENTATION_LAYOUT () [ |