summaryrefslogtreecommitdiff
path: root/stoc/source/javaloader
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/javaloader
parent8c43ce3310b262edac3635023107167d56798964 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'stoc/source/javaloader')
-rw-r--r--stoc/source/javaloader/javaloader.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx
index 2881b24a12ee..ee1bbcc1f1e2 100644
--- a/stoc/source/javaloader/javaloader.cxx
+++ b/stoc/source/javaloader/javaloader.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: javaloader.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kr $ $Date: 2001-02-19 10:15:30 $
+ * last change: $Author: jl $ $Date: 2001-03-12 15:34:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -347,7 +347,7 @@ extern "C"
bRes = sal_True;
}
catch (InvalidRegistryException &) {
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}