diff options
author | Peter Burow <pb@openoffice.org> | 2001-06-12 06:56:07 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-06-12 06:56:07 +0000 |
commit | 942b40545c0183759efb56e28bab3f092c16a903 (patch) | |
tree | f9929ad1a296cc6737b77bd4e69e08d7325dd9ee /sfx2/sdi | |
parent | 234b5cdd22908fa987c6bd97e6755a3e212bc6c4 (diff) |
fix: #86646# SID_BACKTOWEBTOP toplevel
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/frmslots.sdi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi index 6ef78aa0340c..fce3f6822569 100644 --- a/sfx2/sdi/frmslots.sdi +++ b/sfx2/sdi/frmslots.sdi @@ -2,7 +2,7 @@ shell SfxViewFrame (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: os $ $Date: 2001-01-10 15:55:44 $ $Revision: 1.2 $ + $Author: pb $ $Date: 2001-06-12 07:56:07 $ $Revision: 1.3 $ $Logfile: T:/sfx2/sdi/frmslots.sdv $ $Workfile: FRMSLOTS.SDI $ =========================================================================*/ @@ -496,6 +496,12 @@ interface TopWindow : BrowseWindow StateMethod = GetState_Impl ; ] + SID_BACKTOWEBTOP // ole(no) api(final/play/rec) + [ + ExecMethod = Exec_Impl ; + StateMethod = GetState_Impl ; + ] + //--------------------------------------------------------------------- SID_BROWSE_FORWARD // ole(no) api() [ @@ -555,6 +561,9 @@ shell SfxViewFrame /*------------------------------------------------------------------------- $Log: not supported by cvs2svn $ + Revision 1.2 2001/01/10 15:55:44 os + Ruby dialog + Revision 1.1.1.1 2000/09/18 16:52:25 hr initial import |