summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/adoimp.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
commitac2bed3d723c55279d85a4f868244a0976b95ecd (patch)
tree4d1ae7cff5aeb5ac678079bbf8626302c8822ee5 /connectivity/source/drivers/ado/adoimp.cxx
parent20fe0d20fc1ab3abc821820e03bfbf03b8f344f9 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'connectivity/source/drivers/ado/adoimp.cxx')
-rw-r--r--connectivity/source/drivers/ado/adoimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/adoimp.cxx b/connectivity/source/drivers/ado/adoimp.cxx
index f86752150032..546d449aaaac 100644
--- a/connectivity/source/drivers/ado/adoimp.cxx
+++ b/connectivity/source/drivers/ado/adoimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adoimp.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:21 $
+ * last change: $Author: jl $ $Date: 2001-03-21 13:40:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,7 @@ void ADOS::ThrowException(ADOConnection* _pAdoCon,const Reference< XInterface >&
ADOError *pError = NULL;
pErrors->get_Item(OLEVariant(i),&pError);
WpADOError aErr(pError);
- OSL_ENSHURE(pError,"No error in collection found! BAD!");
+ OSL_ENSURE(pError,"No error in collection found! BAD!");
if(pError)
{
if(i==nLen-1)