summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-16 14:33:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-16 14:33:37 +0000
commit9ce85495cf42c9be506510243f6eea8752aeb02d (patch)
treed7b62dfa04591449ed88d7e51406dfcb56bd74da /sc/source/ui/cctrl
parenta6b7d8f44fa7b88f6cdb682aa5bd46480bc6b37d (diff)
get this building again
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r--sc/source/ui/cctrl/tbinsert.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx
index 6c439fd94693..a0d65c6e8727 100644
--- a/sc/source/ui/cctrl/tbinsert.cxx
+++ b/sc/source/ui/cctrl/tbinsert.cxx
@@ -91,8 +91,7 @@ void __EXPORT ScTbxInsertCtrl::StateChanged( USHORT /* nSID */, SfxItemState eSt
aSlotURL += rtl::OUString::valueOf( sal_Int32( nImageId ));
Image aImage = GetImage( m_xFrame,
aSlotURL,
- hasBigImages(),
- GetToolBox().GetSettings().GetStyleSettings().GetHighContrastMode() );
+ hasBigImages() );
GetToolBox().SetItemImage(GetId(), aImage);
}
}