summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MStatement.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-29 11:18:14 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-29 11:18:14 +0000
commitb34e66092de21b0fb7d5149f0267a81dfa1c09a0 (patch)
tree07961e71d7ec3b5026a528269e831a1c7c084408 /connectivity/source/drivers/mozab/MStatement.cxx
parent6b1074fdda3ecd3d41878d54d998b0ed8615b059 (diff)
INTEGRATION: CWS dba203a (1.10.76); FILE MERGED
2006/03/17 15:37:56 fs 1.10.76.1: #i60163# localized error messages
Diffstat (limited to 'connectivity/source/drivers/mozab/MStatement.cxx')
-rw-r--r--connectivity/source/drivers/mozab/MStatement.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/MStatement.cxx b/connectivity/source/drivers/mozab/MStatement.cxx
index 9ff0bae3f17d..7208696576f3 100644
--- a/connectivity/source/drivers/mozab/MStatement.cxx
+++ b/connectivity/source/drivers/mozab/MStatement.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: MStatement.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 06:20:51 $
+ * last change: $Author: obo $ $Date: 2006-03-29 12:18:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -255,7 +255,7 @@ void OStatement_Base::createTable( )
MDatabaseMetaDataHelper _aDbHelper;
if (!_aDbHelper.NewAddressBook(m_pConnection,ouTableName))
{
- ::dbtools::throwGenericSQLException(_aDbHelper.getErrorString() ,NULL);
+ getOwnConnection()->throwGenericSQLException( _aDbHelper.getErrorResourceId() );
}
m_aSQLIterator = connectivity::OSQLParseTreeIterator(m_pConnection->createCatalog()->getTables(), m_pConnection->getMetaData(), NULL);
}