[Libreoffice-commits] .: dbaccess/source
Sebastian Spaeth
spaetz at kemper.freedesktop.org
Tue Nov 16 07:55:52 PST 2010
dbaccess/source/ui/dlg/indexdialog.cxx | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
New commits:
commit 4c5a7037157bf78ec2d4528439159de297977f0a
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date: Tue Nov 16 16:55:35 2010 +0100
Remove High contrast image use
diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index 997f0c8..b4a1848 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -888,16 +888,14 @@ DBG_NAME(DbaIndexDialog)
}
}
//------------------------------------------------------------------
- ImageList DbaIndexDialog::getImageList(sal_Int16 _eBitmapSet,sal_Bool _bHiContast) const
+ ImageList DbaIndexDialog::getImageList(sal_Int16 _eBitmapSet,sal_Bool /*_bHiContast*/) const
{
sal_Int16 nN = IMG_INDEX_DLG_SC;
- sal_Int16 nH = IMG_INDEX_DLG_SCH;
if ( _eBitmapSet == SFX_SYMBOLS_SIZE_LARGE )
{
nN = IMG_INDEX_DLG_LC;
- nH = IMG_INDEX_DLG_LCH;
- } // if ( _eBitmapSet == SFX_SYMBOLS_LARGE )
- return ImageList(ModuleRes( _bHiContast ? nH : nN ));
+ }
+ return ImageList( nN );
}
//------------------------------------------------------------------
void DbaIndexDialog::resizeControls(const Size& _rDiff)
More information about the Libreoffice-commits
mailing list