summaryrefslogtreecommitdiff
path: root/sfx2/sdi/frmslots.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-09-13 10:40:49 +0000
committerMathias Bauer <mba@openoffice.org>2001-09-13 10:40:49 +0000
commit27d77af06a655b7ce40bebc569a5d85b6b2d29aa (patch)
treedbf60d4f433918c7d3758f21af9b6d85104ab021 /sfx2/sdi/frmslots.sdi
parente1965a656391331bac98d5adf14dd0717b141ba6 (diff)
#88873#: some slots didn't have confignames or are overfluous
Diffstat (limited to 'sfx2/sdi/frmslots.sdi')
-rw-r--r--sfx2/sdi/frmslots.sdi40
1 files changed, 4 insertions, 36 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi
index 9529fadc2af4..60d7273e3229 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: pb $ $Date: 2001-09-06 09:58:12 $ $Revision: 1.7 $
+ $Author: mba $ $Date: 2001-09-13 11:40:49 $ $Revision: 1.8 $
$Logfile: T:/sfx2/sdi/frmslots.sdv $ $Workfile: FRMSLOTS.SDI $
=========================================================================*/
@@ -358,34 +358,6 @@ interface TopWindow : BrowseWindow
StateMethod = GetState_Impl ;
]
- //---------------------------------------------------------------------{
- SID_OPTIMIZEWIN // ole(no) api(final/play/rec)
- [
- ExecMethod = Exec_Impl ;
- StateMethod = GetState_Impl ;
- ]
-
- //---------------------------------------------------------------------{
- SID_WIN_MINIMIZED // ole(no) api(final/play/rec)
- [
- ExecMethod = Exec_Impl ;
- StateMethod = GetState_Impl ;
- ]
-
- //---------------------------------------------------------------------{
- SID_WIN_MAXIMIZED // ole(no) api(final/play/rec)
- [
- ExecMethod = Exec_Impl ;
- StateMethod = GetState_Impl ;
- ]
-
- //---------------------------------------------------------------------{
- SID_RESTOREWIN // ole(no) api(final/play/rec)
- [
- ExecMethod = Exec_Impl ;
- StateMethod = GetState_Impl ;
- ]
-
//---------------------------------------------------------------------
SID_CLOSEWIN // ole(no) api(final/play/rec)
[
@@ -414,13 +386,6 @@ interface TopWindow : BrowseWindow
]
//---------------------------------------------------------------------
- SID_BROWSE_HOME // ole(no) api()
- [
- ExecMethod = INetExecute_Impl ;
- StateMethod = INetState_Impl ;
- ]
-
- //---------------------------------------------------------------------
SID_CREATELINK // ole(no) api()
[
ExecMethod = INetExecute_Impl ;
@@ -458,6 +423,9 @@ shell SfxViewFrame
/*-------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/09/06 09:58:12 pb
+ fix: #91191# SID_HELP_PI removed
+
Revision 1.6 2001/06/27 12:30:14 mba
#86347#: SID_NEWDOCDIRECT depends on document type