Tag: cws_ooh680_dba241c User: oj Date: 2008-04-30 10:27:16+0000 Modified: dba/connectivity/source/drivers/adabas/BDatabaseMetaData.cxx dba/connectivity/source/inc/odbc/ODatabaseMetaData.hxx
Log: #i88091# wrong method called, stack overflow File Changes: Directory: /dba/connectivity/source/drivers/adabas/ =================================================== File [changed]: BDatabaseMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/BDatabaseMetaData.cxx?r1=1.11.178.1&r2=1.11.178.1.8.1 Delta lines: +4 -4 ------------------- --- BDatabaseMetaData.cxx 2008-01-18 14:53:10+0000 1.11.178.1 +++ BDatabaseMetaData.cxx 2008-04-30 10:27:13+0000 1.11.178.1.8.1 @@ -4,9 +4,9 @@ * * $RCSfile: BDatabaseMetaData.cxx,v $ * - * $Revision: 1.11.178.1 $ + * $Revision: 1.11.178.1.8.1 $ * - * last change: $Author: kz $ $Date: 2008/01/18 14:53:10 $ + * last change: $Author: oj $ $Date: 2008/04/30 10:27:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,7 +71,7 @@ if(aRows.empty()) { aRows.reserve(19); - Reference< XResultSet > xRes = OAdabasDatabaseMetaData_BASE::getTypeInfo(); + Reference< XResultSet > xRes = OAdabasDatabaseMetaData_BASE::impl_getTypeInfo_throw(); if(xRes.is()) { 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.8.238.1&r2=1.8.238.1.8.1 Delta lines: +4 -4 ------------------- --- ODatabaseMetaData.hxx 2008-01-18 15:09:22+0000 1.8.238.1 +++ ODatabaseMetaData.hxx 2008-04-30 10:27:13+0000 1.8.238.1.8.1 @@ -4,9 +4,9 @@ * * $RCSfile: ODatabaseMetaData.hxx,v $ * - * $Revision: 1.8.238.1 $ + * $Revision: 1.8.238.1.8.1 $ * - * last change: $Author: kz $ $Date: 2008/01/18 15:09:22 $ + * last change: $Author: oj $ $Date: 2008/04/30 10:27:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,6 @@ sal_Bool m_bUseCatalog; sal_Bool m_bOdbc3; - virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_throw(); // cached database information virtual ::rtl::OUString impl_getIdentifierQuoteString_throw( ); virtual sal_Bool impl_isCatalogAtStart_throw( ); @@ -75,6 +74,7 @@ virtual sal_Bool impl_storesMixedCaseQuotedIdentifiers_throw( ); protected: ::rtl::OUString getURLImpl(); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_throw(); virtual ~ODatabaseMetaData(); public: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
