summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-19 10:15:45 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-19 10:15:45 +0000
commit785d47fb59c8f467b9e623f67663bd556e63f4af (patch)
tree3515f639f2f5661e2cc5f37e3aac85d8871992ab /sc/source/ui/navipi
parent93009560c40fed9b2e90c4afe3e4ab2be550ed15 (diff)
INTEGRATION: CWS oooicons (1.14.84); FILE MERGED
2004/10/29 15:45:21 cd 1.14.84.1: #i35368# Adapt code to use static sfx imagelist and removed obsolete images
Diffstat (limited to 'sc/source/ui/navipi')
-rw-r--r--sc/source/ui/navipi/navipi.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx
index dda80a95b606..1b3401d1f1e1 100644
--- a/sc/source/ui/navipi/navipi.cxx
+++ b/sc/source/ui/navipi/navipi.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: navipi.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 15:22:40 $
+ * last change: $Author: obo $ $Date: 2004-11-19 11:15:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -436,9 +436,6 @@ CommandToolBox::CommandToolBox( ScNavigatorDlg* pParent, const ResId& rResId )
: ToolBox ( pParent, rResId ),
rDlg ( *pParent )
{
- // #52973# grosse Images haben wir nicht, darum nur fuer CHANGEOUTSTYLE anmelden
- rDlg.GetBindings().GetImageManager()->RegisterToolBox( this, SFX_TOOLBOX_CHANGEOUTSTYLE );
-
InitImageList(); // ImageList members of ScNavigatorDlg must be initialized before!
SetSizePixel( CalcWindowSizePixel() );
@@ -451,7 +448,6 @@ CommandToolBox::CommandToolBox( ScNavigatorDlg* pParent, const ResId& rResId )
__EXPORT CommandToolBox::~CommandToolBox()
{
- rDlg.GetBindings().GetImageManager()->ReleaseToolBox( this );
}
//------------------------------------------------------------------------