diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:15:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:15:15 +0000 |
commit | 602aac3b30d4934d30e429b585bdf8440fd4c9b0 (patch) | |
tree | 3268054407d7a0c359049447a52590345f4623ea /stoc/test/testsmgr.cxx | |
parent | 91e0fc8ca406218634ef8cfe23825a5cd52c5d2e (diff) |
INTEGRATION: CWS uno2 (1.5.64); FILE MERGED
2003/04/09 14:58:10 dbo 1.5.64.1: #107991#
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 4d85e679d7d1..366441ed8caa 100644 --- a/stoc/test/testsmgr.cxx +++ b/stoc/test/testsmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testsmgr.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:14:57 $ + * last change: $Author: rt $ $Date: 2003-04-23 16:15:15 $ * * 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; } |