Tag: cws_src680_warnings01 User: fs Date: 06/06/08 02:45:53 Modified: /dba/connectivity/inc/connectivity/ TTableHelper.hxx
Log: #136883# renaming getMetaData was a bad idea - it's a overridden virtual method File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: TTableHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/TTableHelper.hxx?r1=1.3.30.1&r2=1.3.30.2 Delta lines: +3 -3 ------------------- --- TTableHelper.hxx 21 Nov 2005 10:07:38 -0000 1.3.30.1 +++ TTableHelper.hxx 8 Jun 2006 09:45:50 -0000 1.3.30.2 @@ -4,9 +4,9 @@ * * $RCSfile: TTableHelper.hxx,v $ * - * $Revision: 1.3.30.1 $ + * $Revision: 1.3.30.2 $ * - * last change: $Author: fs $ $Date: 2005/11/21 10:07:38 $ + * last change: $Author: fs $ $Date: 2006/06/08 09:45:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,7 @@ const ::rtl::OUString& _CatalogName = ::rtl::OUString() ); - virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> getConnectionMetaData() const; + virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> getMetaData() const; inline ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> getConnection() const { return m_xConnection; } virtual void SAL_CALL acquire() throw(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
