Tag: cws_src680_dba24c
User: fs      
Date: 2007-10-26 12:16:57+0000
Modified:
   dba/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
   dba/dbaccess/source/ui/browser/unodatbr.cxx

Log:
 during #i73245# ImageProvider::getImage -> ImageProvider::getImages

File Changes:

Directory: /dba/dbaccess/source/ui/browser/
===========================================

File [changed]: dsEntriesNoExp.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dsEntriesNoExp.cxx?r1=1.18&r2=1.18.58.1
Delta lines:  +4 -5
-------------------
--- dsEntriesNoExp.cxx  2007-05-10 10:19:00+0000        1.18
+++ dsEntriesNoExp.cxx  2007-10-26 12:16:55+0000        1.18.58.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dsEntriesNoExp.cxx,v $
  *
- *  $Revision: 1.18 $
+ *  $Revision: 1.18.58.1 $
  *
- *  last change: $Author: kz $ $Date: 2007/05/10 10:19:00 $
+ *  last change: $Author: fs $ $Date: 2007/10/26 12:16:55 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -244,8 +244,7 @@
             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 );
             }
 
             // find the proper item, and set its icons

File [changed]: unodatbr.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.191.20.1&r2=1.191.20.2
Delta lines:  +4 -4
-------------------
--- unodatbr.cxx        2007-09-12 09:09:39+0000        1.191.20.1
+++ unodatbr.cxx        2007-10-26 12:16:55+0000        1.191.20.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: unodatbr.cxx,v $
  *
- *  $Revision: 1.191.20.1 $
+ *  $Revision: 1.191.20.2 $
  *
- *  last change: $Author: fs $ $Date: 2007/09/12 09:09:39 $
+ *  last change: $Author: fs $ $Date: 2007/10/26 12:16:55 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -2100,8 +2100,8 @@
 {
     ::std::auto_ptr< ImageProvider > pImageProvider( getImageProviderFor( 
_pParent ) );
 
-    Image aImage( pImageProvider->getImage( _rName, getDatabaseObjectType( 
_eEntryType ), false ) );
-    Image aImageHC( pImageProvider->getImage( _rName, getDatabaseObjectType( 
_eEntryType ), true ) );
+    Image aImage, aImageHC;
+    pImageProvider->getImages( _rName, getDatabaseObjectType( _eEntryType ), 
aImage, aImageHC );
 
     SvLBoxEntry* pNewEntry = m_pTreeView->getListBox()->InsertEntry( _rName, 
_pParent, sal_False, LIST_APPEND, _pUserData );
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to