From 92cfbb9be9e23743cf030235c0a2657b653ab7fb Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Fri, 5 Jan 2001 18:11:08 +0000 Subject: #81607# SID_INSERT_SIMAGE removed --- sc/source/ui/src/toolbox.src | 14 ++++---------- sc/source/ui/view/tabview5.cxx | 5 ++--- sc/source/ui/view/tabvwshb.cxx | 5 ++--- 3 files changed, 8 insertions(+), 16 deletions(-) (limited to 'sc/source/ui') 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 $ //================================================================== @@ -1348,11 +1348,6 @@ FloatingWindow RID_TBXCTL_INSOBJ ITEM_TOOLBAR_DRAW_CHART }; 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); -- cgit