diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-22 15:02:38 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-22 15:02:38 +0000 |
commit | c2ac0c7bee7db03a2cc99ad369072c21b8ad8251 (patch) | |
tree | 1fdfb5ac2e378140100c4f76446c11c13cf3eb0a /starmath | |
parent | 6ecd432a2367575289dd1113ad8857ce4fe65cd2 (diff) |
replaced True by sal_True
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/register.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/register.cxx b/starmath/source/register.cxx index aead25942c21..98725266f984 100644 --- a/starmath/source/register.cxx +++ b/starmath/source/register.cxx @@ -2,9 +2,9 @@ * * $RCSfile: register.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: as $ $Date: 2001-03-19 13:02:50 $ + * last change: $Author: jl $ $Date: 2001-03-22 16:02:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -179,7 +179,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager , xNewKey->createKey( rServices.getConstArray()[i]); - return True; + return sal_True; } void* SAL_CALL component_getFactory( const sal_Char* pImplementationName , |