summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas/BPreparedStatement.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-21 12:47:12 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-21 12:47:12 +0000
commitad2e1723cb0e479c5f9aa40243fe74b4598a94a1 (patch)
tree34cd8356da130900ac04a336031c3f848828b7b5 /connectivity/source/drivers/adabas/BPreparedStatement.cxx
parenta5e9c62f303f89c01b484c0863a70b43c00ab8a9 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'connectivity/source/drivers/adabas/BPreparedStatement.cxx')
-rw-r--r--connectivity/source/drivers/adabas/BPreparedStatement.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/adabas/BPreparedStatement.cxx b/connectivity/source/drivers/adabas/BPreparedStatement.cxx
index 936809ebb6..f96b34b351 100644
--- a/connectivity/source/drivers/adabas/BPreparedStatement.cxx
+++ b/connectivity/source/drivers/adabas/BPreparedStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BPreparedStatement.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-01-22 07:20:50 $
+ * last change: $Author: jl $ $Date: 2001-03-21 13:38:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ Reference< XResultSet > OAdabasPreparedStatement::getResultSet (sal_Bool checkCo
if (numCols > 0)
{
- OSL_ENSHURE(m_aStatementHandle,"StatementHandle is null!");
+ OSL_ENSURE(m_aStatementHandle,"StatementHandle is null!");
pRs = new OAdabasResultSet(m_aStatementHandle,this);
// Save a copy of our last result set