diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-31 15:02:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-31 15:02:09 +0000 |
commit | e3ffd112fd5a2ef3f9ccb2fe59d2e59d51d6f85a (patch) | |
tree | da34f3b38c201a2450d1e2a1e3f180910468af6c /stoc/test/testsmgr.cxx | |
parent | 9f6c0f56c2fe04566fb805ef68943e3dc487583d (diff) |
#92951#
Diffstat (limited to 'stoc/test/testsmgr.cxx')
-rw-r--r-- | stoc/test/testsmgr.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stoc/test/testsmgr.cxx b/stoc/test/testsmgr.cxx index fcbac17dc442..056be4fdcbea 100644 --- a/stoc/test/testsmgr.cxx +++ b/stoc/test/testsmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testsmgr.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jl $ $Date: 2001-03-19 11:08:05 $ + * last change: $Author: hr $ $Date: 2001-10-31 16:02:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,7 +141,7 @@ void setStarUserRegistry() -void SAL_CALL main() +int SAL_CALL main() { printf( "ServiceManagerTest : \r"); setStarUserRegistry(); @@ -149,4 +149,5 @@ void SAL_CALL main() test_ServiceManager(); printf( "ServiceManagerTest : OK\n" ); + return 0; } |