summaryrefslogtreecommitdiff
path: root/stoc/source/registry_tdprovider/tdcomp.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-12 14:38:06 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-12 14:38:06 +0000
commit2b15cd80b5f57233ce13126511ba1c2d8fff586e (patch)
tree8b8f59373af842cba7f3cf652d1c2f840e034687 /stoc/source/registry_tdprovider/tdcomp.cxx
parente1af59f0b3ff8bf9545fbfdbc523b181c381a3c5 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'stoc/source/registry_tdprovider/tdcomp.cxx')
-rw-r--r--stoc/source/registry_tdprovider/tdcomp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/registry_tdprovider/tdcomp.cxx b/stoc/source/registry_tdprovider/tdcomp.cxx
index 0a5c7a396..ad4317b64 100644
--- a/stoc/source/registry_tdprovider/tdcomp.cxx
+++ b/stoc/source/registry_tdprovider/tdcomp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdcomp.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2001-03-07 14:48:04 $
+ * last change: $Author: jl $ $Date: 2001-03-12 15:36:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,7 +138,7 @@ Sequence< Reference< XTypeDescription > > CompoundTypeDescriptionImpl::getMember
catch (NoSuchElementException &)
{
}
- OSL_ENSHURE( pMembers[nFields].is(), "### compound member unknown!" );
+ OSL_ENSURE( pMembers[nFields].is(), "### compound member unknown!" );
}
_pMembers = pTempMembers;