summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-22 14:25:20 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-22 14:25:20 +0000
commit9634242f92de89761ce8090952ae157667f1f58f (patch)
tree0535cc66b511cddc3a81fa3ec8b32d97548ef603
parentf5c1c58d27cdaeb848c9c057450416e7cacf774f (diff)
replaced OSL_ENSHURE and obsolete osl/types.h types
-rw-r--r--sfx2/source/appl/appuno.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index 401bd3673def..8e425c6e6cf5 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appuno.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mba $ $Date: 2001-03-14 12:38:48 $
+ * last change: $Author: jl $ $Date: 2001-03-22 15:25:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -984,11 +984,11 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager ,
}
catch (InvalidRegistryException &)
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
}
}
#endif
- return True;
+ return sal_True;
}
void* SAL_CALL component_getFactory( const sal_Char* pImplementationName ,