summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/sdi/tabvwsh.sdi3
-rw-r--r--sc/source/ui/src/toolbox.src14
-rw-r--r--sc/source/ui/view/tabview5.cxx5
-rw-r--r--sc/source/ui/view/tabvwshb.cxx5
4 files changed, 9 insertions, 18 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi
index 641f27c43d02..ba0b1b432f26 100644
--- a/sc/sdi/tabvwsh.sdi
+++ b/sc/sdi/tabvwsh.sdi
@@ -3,7 +3,7 @@
// StarCalc
//
// (C) 1994 StarDivision GmbH, Hamburg, Germany
- // $Author: nn $ $Date: 2000-11-14 15:35:03 $ $Revision: 1.2 $
+ // $Author: nn $ $Date: 2001-01-05 19:09:06 $ $Revision: 1.3 $
// $Logfile: T:/sc/sdi/tabvwsh.sdv $ $Workfile: tabvwsh.sdi $
//----------------------------------------------------------------------------
@@ -77,7 +77,6 @@ interface BaseSelection : Selection
SID_RANGE_REGION [ StateMethod = GetSbxState; ]
- SID_INSERT_SIMAGE [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ]
SID_INSERT_SMATH [ ExecMethod = ExecDrawIns; StateMethod = GetDrawInsState; ]
SID_GALLERY_FORMATS [ ExecMethod = ExecGallery; StateMethod = GetGalleryState; ]
SID_GALLERY [ ExecMethod = ExecChildWin; StateMethod = GetChildWinState; ]
diff --git a/sc/source/ui/src/toolbox.src b/sc/source/ui/src/toolbox.src
index 7411f669e178..33514ed15af7 100644
--- a/sc/source/ui/src/toolbox.src
+++ b/sc/source/ui/src/toolbox.src
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbox.src,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2000-12-06 15:24:44 $
+ * last change: $Author: nn $ $Date: 2001-01-05 19:10:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,7 @@
// Toolbox - Resourcen
//
// (C) 1994 StarDivision GmbH, Hamburg, Germany
- // $Author: kz $ $Date: 2000-12-06 15:24:44 $ $Revision: 1.10 $
+ // $Author: nn $ $Date: 2001-01-05 19:10:12 $ $Revision: 1.11 $
// $Logfile: T:/sc/source/ui/src/toolbox.srv $ $Workfile: TOOLBOX.SRC $
//==================================================================
@@ -1349,11 +1349,6 @@ FloatingWindow RID_TBXCTL_INSOBJ
};
ToolBoxItem
{
- Identifier = SID_INSERT_SIMAGE ;
- HelpId = SID_INSERT_SIMAGE ;
- };
- ToolBoxItem
- {
Identifier = SID_INSERT_SMATH ;
HelpId = SID_INSERT_SMATH ;
};
@@ -1612,7 +1607,6 @@ FloatingWindow RID_TBXCTL_INSOBJ
FID_INS_ROW; /* 26267 */ \
FID_INS_COLUMN; /* 26268 */ \
SID_CHARMAP; /* 10503 (20328 vom Writer) */ \
- SID_INSERT_SIMAGE; /* 26061 */ \
SID_INSERT_SMATH; /* 26063 */ \
SID_INSERT_FLOATINGFRAME; /* 5563 */ \
SID_INSERT_OBJECT; /* 5561 */ \
@@ -1647,7 +1641,7 @@ FloatingWindow RID_TBXCTL_INSOBJ
SID_ATTR_GRAF_CROP;\
}; \
IdCount = { \
- 182; \
+ 181; \
};
ImageList RID_DEFAULTIMAGELIST_SC
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index cfe8f2f0efab..eaeb7f60912e 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabview5.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-09-22 18:32:17 $
+ * last change: $Author: nn $ $Date: 2001-01-05 19:11:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -578,7 +578,6 @@ void ScTabView::TabChanged()
rBindings.Invalidate( SID_OPENDLG_CHART );
rBindings.Invalidate( SID_INSERT_OBJECT );
rBindings.Invalidate( SID_INSERT_DIAGRAM );
- rBindings.Invalidate( SID_INSERT_SIMAGE );
rBindings.Invalidate( SID_INSERT_SMATH );
rBindings.Invalidate( SID_INSERT_GRAPHIC );
#endif
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 49a8c0ccd4ad..754ff18b08ef 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwshb.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2000-11-14 15:06:38 $
+ * last change: $Author: nn $ $Date: 2001-01-05 19:11:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -346,7 +346,6 @@ void ScTabViewShell::ExecDrawIns(SfxRequest& rReq)
case SID_INSERT_SOUND:
case SID_INSERT_VIDEO:
case SID_INSERT_APPLET:
- case SID_INSERT_SIMAGE:
case SID_INSERT_SMATH:
case SID_INSERT_FLOATINGFRAME:
FuInsertOLE(this, pWin, pView, pDrModel, rReq);