Tag: cws_src680_hsqlcsv User: fs Date: 2006/09/19 00:36:25 Modified: dba/connectivity/source/inc/hsqldb/HConnection.hxx
Log: #i69526# +impl_getTextTableIcon_nothrow 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.2&r2=1.4.162.3 Delta lines: +8 -2 ------------------- --- HConnection.hxx 18 Sep 2006 13:52:43 -0000 1.4.162.2 +++ HConnection.hxx 19 Sep 2006 07:36:22 -0000 1.4.162.3 @@ -4,9 +4,9 @@ * * $RCSfile: HConnection.hxx,v $ * - * $Revision: 1.4.162.2 $ + * $Revision: 1.4.162.3 $ * - * last change: $Author: fs $ $Date: 2006/09/18 13:52:43 $ + * last change: $Author: fs $ $Date: 2006/09/19 07:36:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,7 @@ * MA 02111-1307 USA * ************************************************************************/ + #ifndef CONNECTIVITY_HSQLDB_CONNECTION_HXX #define CONNECTIVITY_HSQLDB_CONNECTION_HXX @@ -175,6 +176,11 @@ /** checks whether the given table name refers to a HSQL TEXT TABLE */ bool impl_isTextTable_nothrow( const ::rtl::OUString& _rTableName ); + + /** retrieves the icon for HSQL TEXT TABLEs + */ + ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > + impl_getTextTableIcon_nothrow(); }; //========================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
