diff options
-rw-r--r-- | scaddins/source/analysis/analysis.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scaddins/source/analysis/analysis.cxx b/scaddins/source/analysis/analysis.cxx index c828e63a235a..c096c502d148 100644 --- a/scaddins/source/analysis/analysis.cxx +++ b/scaddins/source/analysis/analysis.cxx @@ -2,9 +2,9 @@ * * $RCSfile: analysis.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: gt $ $Date: 2001-04-06 13:59:16 $ + * last change: $Author: gt $ $Date: 2001-04-24 11:38:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,7 +111,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, registry::XRegistr } catch( registry::InvalidRegistryException& ) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } return sal_False; |