summaryrefslogtreecommitdiff
path: root/fileaccess
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-22 11:51:43 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-22 11:51:43 +0000
commitcd17d5789518d2ca69e46b587c786af4049e00e9 (patch)
tree5ca70adbbd080c81d79429fc062dc851923868eb /fileaccess
parente652b6f59b0b31772c895aad6f2eff136744020c (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'fileaccess')
-rw-r--r--fileaccess/source/FileAccess.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx
index c5c6bb2a4b58..67e00f3cc086 100644
--- a/fileaccess/source/FileAccess.cxx
+++ b/fileaccess/source/FileAccess.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FileAccess.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ab $ $Date: 2001-03-09 09:33:55 $
+ * last change: $Author: jl $ $Date: 2001-03-22 12:51:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -629,7 +629,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
return sal_False;