diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-03-20 10:20:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-03-20 10:20:06 +0000 |
commit | 01b7bc0418bca40b9e16704fe3ebe335eaa8cb9d (patch) | |
tree | 31a62b51fa50429149321a2fc35ae328e0d7aa0e /comphelper | |
parent | 01b935eabb0bca7fafcc18bd9d3e5c30f48a46a1 (diff) |
chg. True->sal_True
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/facreg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/facreg.cxx b/comphelper/source/misc/facreg.cxx index df477292d39c..f5ef7a3eeede 100644 --- a/comphelper/source/misc/facreg.cxx +++ b/comphelper/source/misc/facreg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: facreg.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: sab $ $Date: 2001-03-09 19:04:24 $ + * last change: $Author: kz $ $Date: 2001-03-20 11:20:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,7 +124,7 @@ sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryK OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); } } - return True; + return sal_True; } void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) |