get this building again

This commit is contained in:
Caolán McNamara 2010-11-16 14:33:37 +00:00
parent a6b7d8f44f
commit 9ce85495cf
2 changed files with 2 additions and 3 deletions

View file

@ -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);
}
}

View file

@ -290,7 +290,7 @@ void ScOptSolverDlg::Init(const ScAddress& rCursorPos)
rtl::OUString aSlotURL( RTL_CONSTASCII_USTRINGPARAM( "slot:" ));
aSlotURL += rtl::OUString::valueOf( sal_Int32( SID_DEL_ROWS ) );
uno::Reference<frame::XFrame> xFrame = GetBindings().GetActiveFrame();
Image aDelNm = ::GetImage( xFrame, aSlotURL, FALSE, FALSE );
Image aDelNm = ::GetImage( xFrame, aSlotURL, FALSE );
for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow )
{