summaryrefslogtreecommitdiff
path: root/dtrans/source/aqua
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-22 13:28:22 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-22 13:28:22 +0000
commit58f0bda3440680b4e3f99803035828a7959256e1 (patch)
tree93bea7e6c7f5a281d6db934a03dc2ff1bacc300d /dtrans/source/aqua
parent614e9d2d3f2cecaabc91d2461112ecd89991a589 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'dtrans/source/aqua')
-rw-r--r--dtrans/source/aqua/aqua_service.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/aqua/aqua_service.cxx b/dtrans/source/aqua/aqua_service.cxx
index daf191997b96..efeb8d2c903a 100644
--- a/dtrans/source/aqua/aqua_service.cxx
+++ b/dtrans/source/aqua/aqua_service.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: aqua_service.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pluby $ $Date: 2001-03-16 16:50:18 $
+ * last change: $Author: jl $ $Date: 2001-03-22 14:24:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey
}
catch( InvalidRegistryException& )
{
- OSL_ENSHURE(sal_False, "InvalidRegistryException caught");
+ OSL_ENSURE(sal_False, "InvalidRegistryException caught");
bRetVal = sal_False;
}
}