diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-19 10:15:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-19 10:15:30 +0000 |
commit | 93009560c40fed9b2e90c4afe3e4ab2be550ed15 (patch) | |
tree | e80380d529538606f8695729dad29384128dac2a /sc/source/ui/cctrl/tbinsert.cxx | |
parent | 657f38df116e01f3020e30bff94b49255dcd3671 (diff) |
INTEGRATION: CWS oooicons (1.5.146); FILE MERGED
2004/10/29 15:45:21 cd 1.5.146.1: #i35368# Adapt code to use static sfx imagelist and removed obsolete images
Diffstat (limited to 'sc/source/ui/cctrl/tbinsert.cxx')
-rw-r--r-- | sc/source/ui/cctrl/tbinsert.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx index 148921744c5e..1a7f52b28d5b 100644 --- a/sc/source/ui/cctrl/tbinsert.cxx +++ b/sc/source/ui/cctrl/tbinsert.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tbinsert.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-07-06 12:53:48 $ + * last change: $Author: obo $ $Date: 2004-11-19 11:15:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,11 +126,6 @@ void __EXPORT ScTbxInsertCtrl::StateChanged( USHORT nSID, SfxItemState eState, aSlotURL, hasBigImages(), GetToolBox().GetDisplayBackground().GetColor().IsDark() ); -/* - Image aImage = GetBindings().GetImageManager()->GetImage( nImageId, - GetToolBox().GetDisplayBackground().GetColor().IsDark(), - SC_MOD() ); -*/ GetToolBox().SetItemImage(GetId(), aImage); } } |