[Libreoffice-commits] .: sc/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Nov 16 09:10:56 PST 2010


 sc/source/ui/cctrl/tbinsert.cxx     |    3 +--
 sc/source/ui/miscdlgs/optsolver.cxx |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 081cca002c19e58b6e28841bd45849774ac708a3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 16 14:33:37 2010 +0000

    get this building again

diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx
index 5f7b341..51c036d 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);
         }
     }
diff --git a/sc/source/ui/miscdlgs/optsolver.cxx b/sc/source/ui/miscdlgs/optsolver.cxx
index a6e10c8..1293363 100644
--- a/sc/source/ui/miscdlgs/optsolver.cxx
+++ b/sc/source/ui/miscdlgs/optsolver.cxx
@@ -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 )
     {


More information about the Libreoffice-commits mailing list