diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-13 18:01:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-13 18:01:04 +0000 |
commit | fda6c557efe1f59f91e7b005b78b4e10cb5caef2 (patch) | |
tree | ffdeef362193eb28921c07adf883db7705859d72 /stoc | |
parent | 19b7ad1c0d20f37ddb1a7065d054f3cae37eeb55 (diff) |
INTEGRATION: CWS cd02 (1.8.40); FILE MERGED
2004/11/15 17:29:01 dbo 1.8.40.1: #i24030# general cleanup to make buildable again
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testproxyfac.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stoc/test/testproxyfac.cxx b/stoc/test/testproxyfac.cxx index d30777d838bc..d303251981f7 100644 --- a/stoc/test/testproxyfac.cxx +++ b/stoc/test/testproxyfac.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testproxyfac.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2004-03-25 14:50:05 $ + * last change: $Author: kz $ $Date: 2005-01-13 19:01:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,7 @@ * ************************************************************************/ +#include "sal/main.h" #include "osl/diagnose.h" #include "rtl/alloc.h" #include "uno/environment.hxx" @@ -266,7 +267,7 @@ static void test_proxyfac( xNew, OUString( RTL_CONSTASCII_USTRINGPARAM("master") ), xProxyFac ); } -int SAL_CALL main( int argc, char * argv[] ) +SAL_IMPLEMENT_MAIN() { bool success = true; |