Tag: cws_dev300_dba31b User: oj Date: 2008-08-26 13:09:41+0000 Modified: dba/connectivity/source/drivers/macab/MacabResultSetMetaData.cxx dba/connectivity/source/drivers/macab/MacabStatement.cxx
Log: resource File Changes: Directory: /dba/connectivity/source/drivers/macab/ ================================================== File [changed]: MacabResultSetMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabResultSetMetaData.cxx?r1=1.3.56.1&r2=1.3.56.2 Delta lines: +2 -1 ------------------- --- MacabResultSetMetaData.cxx 2008-08-20 11:29:31+0000 1.3.56.1 +++ MacabResultSetMetaData.cxx 2008-08-26 13:09:38+0000 1.3.56.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: MacabResultSetMetaData.cxx,v $ - * $Revision: 1.3.56.1 $ + * $Revision: 1.3.56.2 $ * * This file is part of OpenOffice.org. * @@ -36,6 +36,7 @@ #include "MacabRecords.hxx" #include "MacabAddressBook.hxx" #include "macabutilities.hxx" +#include "resource/macab_res.hrc" using namespace connectivity::macab; using namespace com::sun::star::uno; File [changed]: MacabStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabStatement.cxx?r1=1.3.56.2&r2=1.3.56.3 Delta lines: +5 -2 ------------------- --- MacabStatement.cxx 2008-08-20 11:29:31+0000 1.3.56.2 +++ MacabStatement.cxx 2008-08-26 13:09:38+0000 1.3.56.3 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: MacabStatement.cxx,v $ - * $Revision: 1.3.56.2 $ + * $Revision: 1.3.56.3 $ * * This file is part of OpenOffice.org. * @@ -60,14 +60,17 @@ using namespace com::sun::star::io; using namespace com::sun::star::util; -namespace +namespace connectivity { + namespace macab + { void impl_throwError(sal_uInt16 _nErrorId) { ::connectivity::SharedResources aResources; const ::rtl::OUString sError( aResources.getResourceString(_nErrorId) ); ::dbtools::throwGenericSQLException(sError,NULL); } + } } IMPLEMENT_SERVICE_INFO(MacabStatement, "com.sun.star.sdbc.drivers.MacabStatement", "com.sun.star.sdbc.Statement"); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
