Tag: cws_src680_dba24c User: fs Date: 2007-10-26 12:17:14+0000 Modified: dba/dbaccess/source/ui/querydesign/TableWindow.cxx
Log: during #i73245# ImageProvider::getImage -> ImageProvider::getImages File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: TableWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableWindow.cxx?r1=1.35&r2=1.35.56.1 Delta lines: +5 -5 ------------------- --- TableWindow.cxx 2007-05-10 10:40:01+0000 1.35 +++ TableWindow.cxx 2007-10-26 12:17:12+0000 1.35.56.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableWindow.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.35.56.1 $ * - * last change: $Author: kz $ $Date: 2007/05/10 10:40:01 $ + * last change: $Author: fs $ $Date: 2007/10/26 12:17:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -367,8 +367,8 @@ { ImageProvider aImageProvider( getDesignView()->getController()->getConnection() ); - Image aImage( aImageProvider.getImage( GetComposedName(), isQuery() ? DatabaseObject::QUERY : DatabaseObject::TABLE, false ) ); - Image aImageHC( aImageProvider.getImage( GetComposedName(), isQuery() ? DatabaseObject::QUERY : DatabaseObject::TABLE, true ) ); + Image aImage, aImageHC; + aImageProvider.getImages( GetComposedName(), isQuery() ? DatabaseObject::QUERY : DatabaseObject::TABLE, aImage, aImageHC ); if ( !aImage || !aImageHC ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
