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
commitc3d7350bdf99373e3ac05652fac095e922aaf511 (patch)
tree17c8413afb477b93f62a69297372f928f1346355 /fileaccess
parent6a51e12b0ff04ea1d93b4fdfc97e936e7c59e7b6 (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 a5d5708f68..6d9c82e6ef 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;