summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/tbxctl.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-06-11 07:19:29 +0000
committerMathias Bauer <mba@openoffice.org>2001-06-11 07:19:29 +0000
commitd58facc30bf061357b643256902abc4ab41d338b (patch)
treec9a68afd5280e892e7b54443b4051e8dae2a6f22 /basctl/source/basicide/tbxctl.cxx
parent75336621adb65ee64ef96a9d9aba48dbdfd45e48 (diff)
#87722#: no global access for ImageManager
Diffstat (limited to 'basctl/source/basicide/tbxctl.cxx')
-rw-r--r--basctl/source/basicide/tbxctl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/tbxctl.cxx b/basctl/source/basicide/tbxctl.cxx
index fddf76b4d163..39a6c9bde665 100644
--- a/basctl/source/basicide/tbxctl.cxx
+++ b/basctl/source/basicide/tbxctl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbxctl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tbe $ $Date: 2001-05-14 08:44:31 $
+ * last change: $Author: mba $ $Date: 2001-06-11 08:19:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,7 +193,7 @@ void TbxControls::StateChanged( USHORT nSID, SfxItemState eState,
}
if( nTemp )
{
- Image aImage = SFX_IMAGEMANAGER()->GetImage( nTemp );
+ Image aImage = GetBindings().GetImageManager()->GetImage( nTemp );
GetToolBox().SetItemImage( SID_CHOOSE_CONTROLS, aImage );
nLastSlot = nLastEnum;
}