summaryrefslogtreecommitdiff
path: root/extensions/source/svg/svguno.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-23 10:57:37 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-23 10:57:37 +0000
commitd3ab0e0670877f6ffdd9278f0d420607e057e888 (patch)
tree934f3b38a7ec78f091cfa068c5c45f91bbec4bbe /extensions/source/svg/svguno.cxx
parent26be0f6ae72b076e3bb1b7a44d0c0f913a6b43bb (diff)
replaced: OSL_ENSHURE->OSL_ENSURE
Diffstat (limited to 'extensions/source/svg/svguno.cxx')
-rw-r--r--extensions/source/svg/svguno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/svg/svguno.cxx b/extensions/source/svg/svguno.cxx
index b3875a4d0b67..cfd0ddb560b1 100644
--- a/extensions/source/svg/svguno.cxx
+++ b/extensions/source/svg/svguno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svguno.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2001-03-22 17:49:17 $
+ * last change: $Author: jl $ $Date: 2001-03-23 11:56:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,7 +114,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* p
}
catch( NMSP_REGISTRY::InvalidRegistryException& )
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}