summaryrefslogtreecommitdiff
path: root/stoc/source/simpleregistry
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
commit4038b72427b8fac68219b39e90fc43cbd20dcc41 (patch)
tree8df711efb615eea6cb418bf6e16e6e37e92b6bea /stoc/source/simpleregistry
parent8c43ce3310b262edac3635023107167d56798964 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'stoc/source/simpleregistry')
-rw-r--r--stoc/source/simpleregistry/simpleregistry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/simpleregistry/simpleregistry.cxx b/stoc/source/simpleregistry/simpleregistry.cxx
index d729706bea34..23607a40bef9 100644
--- a/stoc/source/simpleregistry/simpleregistry.cxx
+++ b/stoc/source/simpleregistry/simpleregistry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: simpleregistry.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2001-02-19 17:44:20 $
+ * last change: $Author: jl $ $Date: 2001-03-12 15:37:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1231,7 +1231,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
return sal_False;