User: hr Date: 06/06/19 19:05:19 Modified: /dba/connectivity/source/inc/odbc/ ODatabaseMetaData.hxx
Log: INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/21 10:07:59 fs 1.7.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: ODatabaseMetaData.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/ODatabaseMetaData.hxx?r1=1.7&r2=1.8 Delta lines: +1 -1 ------------------- --- ODatabaseMetaData.hxx 8 Sep 2005 07:35:13 -0000 1.7 +++ ODatabaseMetaData.hxx 20 Jun 2006 02:05:17 -0000 1.8 @@ -62,7 +62,7 @@ public: inline OConnection* getOwnConnection() const { return m_pConnection; } - inline void* getOdbcFunction(sal_Int32 _nIndex) const + inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const { return m_pConnection->getOdbcFunction(_nIndex); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
