Tag: cws_src680_hsqlcsv User: fs Date: 2006/09/20 04:13:31 Modified: dba/dbaccess/source/ui/misc/imageprovider.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: imageprovider.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/imageprovider.cxx?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +3 -3 ------------------- --- imageprovider.cxx 20 Sep 2006 08:48:14 -0000 1.1.2.3 +++ imageprovider.cxx 20 Sep 2006 11:13:28 -0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: imageprovider.cxx,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: fs $ $Date: 2006/09/20 08:48:14 $ + * last change: $Author: fs $ $Date: 2006/09/20 11:13:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,7 +110,7 @@ { Reference< XTableUIProvider > xProvider( _rxConnection, UNO_QUERY ); if ( xProvider.is() ) - return xProvider->getTableIcon( _rName, _bHighContrast ? GraphicColorMode::HIGH_CONTRAST_DARK : GraphicColorMode::NORMAL ); + return xProvider->getTableIcon( _rName, _bHighContrast ? GraphicColorMode::HIGH_CONTRAST : GraphicColorMode::NORMAL ); } catch( const Exception& ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
