Tag: cws_src680_hsqlcsv User: fs Date: 2006/09/20 01:46:57 Modified: dba/connectivity/source/inc/hsqldb/HConnection.hxx
Log: #i69526# ColorMode added to XTableUIProvider::getTableIcon File Changes: Directory: /dba/connectivity/source/inc/hsqldb/ =============================================== File [changed]: HConnection.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/hsqldb/HConnection.hxx?r1=1.4.162.3&r2=1.4.162.4 Delta lines: +4 -4 ------------------- --- HConnection.hxx 19 Sep 2006 07:36:22 -0000 1.4.162.3 +++ HConnection.hxx 20 Sep 2006 08:46:54 -0000 1.4.162.4 @@ -4,9 +4,9 @@ * * $RCSfile: HConnection.hxx,v $ * - * $Revision: 1.4.162.3 $ + * $Revision: 1.4.162.4 $ * - * last change: $Author: fs $ $Date: 2006/09/19 07:36:22 $ + * last change: $Author: fs $ $Date: 2006/09/20 08:46:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -119,7 +119,7 @@ virtual void SAL_CALL removeFlushListener( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XFlushListener >& l ) throw (::com::sun::star::uno::RuntimeException); // XTableUIProvider - virtual ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > SAL_CALL getTableIcon( const ::rtl::OUString& TableName ) throw (::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > SAL_CALL getTableIcon( const ::rtl::OUString& TableName, ::sal_Int32 ColorMode ) throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getTableEditor( const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& DocumentUI, const ::rtl::OUString& TableName ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); private: @@ -180,7 +180,7 @@ /** retrieves the icon for HSQL TEXT TABLEs */ ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > - impl_getTextTableIcon_nothrow(); + impl_getTextTableIcon_nothrow( ::sal_Int32 _ColorMode ); }; //========================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
