diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-12 12:28:14 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-12 12:28:14 +0000 |
commit | 40b79cab484d2f5f70962e96696ed5f3645f1c8e (patch) | |
tree | 90ca4d10cb0b2962cb0544b94f2a2d5963b534dd /cppu/source/uno/assign.hxx | |
parent | ad5b1f6a013e3c9c4623fc35360faec44de50386 (diff) |
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'cppu/source/uno/assign.hxx')
-rw-r--r-- | cppu/source/uno/assign.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppu/source/uno/assign.hxx b/cppu/source/uno/assign.hxx index 2d377de5e26f..d24f07d214bb 100644 --- a/cppu/source/uno/assign.hxx +++ b/cppu/source/uno/assign.hxx @@ -2,9 +2,9 @@ * * $RCSfile: assign.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dbo $ $Date: 2001-03-12 12:03:40 $ + * last change: $Author: jl $ $Date: 2001-03-12 13:27:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,7 +124,7 @@ inline sal_Bool __queryAndAssignInterface( (*((uno_Interface *)pSource)->pDispatcher)( (uno_Interface *)pSource, pMTqueryInterface, &aRet, aArgs, &pExc ); - OSL_ENSHURE( !pExc, "### Exception occured during queryInterface()!" ); + OSL_ENSURE( !pExc, "### Exception occured during queryInterface()!" ); if (pExc) { __destructAny( pExc, 0 ); @@ -438,7 +438,7 @@ inline sal_Bool __assignData( return sal_False; #ifdef CPPU_ASSERTIONS case typelib_TypeClass_TYPEDEF: - OSL_ENSHURE( sal_False, "### unexpected typedef!" ); + OSL_ENSURE( sal_False, "### unexpected typedef!" ); return sal_False; #endif case typelib_TypeClass_STRUCT: |