summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:58:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:58:34 +0000
commitea038dfb3310610786081b6bc1a975d2d07546a6 (patch)
treeaf7c36c1d94e37a0c66a61097c4d3bf4e65973ec /dbaccess/source/ui/browser/dsEntriesNoExp.cxx
parent5e581aca83b02349cf5dcef0797ea2a3a8ad0690 (diff)
INTEGRATION: CWS dba24c (1.18.58); FILE MERGED
2007/10/29 22:44:06 fs 1.18.58.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/26 12:16:55 fs 1.18.58.1: during #i73245# ImageProvider::getImage -> ImageProvider::getImages
Diffstat (limited to 'dbaccess/source/ui/browser/dsEntriesNoExp.cxx')
-rw-r--r--dbaccess/source/ui/browser/dsEntriesNoExp.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/dsEntriesNoExp.cxx b/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
index 22d88d8eea89..e4201447a1da 100644
--- a/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
+++ b/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dsEntriesNoExp.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2007-11-01 15:03:32 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 16:58:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -251,8 +251,7 @@ void SbaTableQueryBrowser::notifyHiContrastChanged()
else
{
sal_Int32 nObjectType( getDatabaseObjectType( pData->eType ) );
- aImage = pImageProvider->getImage( GetEntryText( pEntryLoop ), nObjectType, false );
- aImageHC = pImageProvider->getImage( GetEntryText( pEntryLoop ), nObjectType, true );
+ pImageProvider->getImages( GetEntryText( pEntryLoop ), nObjectType, aImage, aImageHC );
}
}