diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-13 18:00:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-13 18:00:50 +0000 |
commit | 19b7ad1c0d20f37ddb1a7065d054f3cae37eeb55 (patch) | |
tree | a2108ee3b2d462d8831f39e5dd0ea8f22fe9a7db /stoc/test/testloader.cxx | |
parent | 496639a27b6e86b2ee68e7603bee5c7280cc7c3c (diff) |
INTEGRATION: CWS cd02 (1.9.120); FILE MERGED
2004/11/15 17:29:01 dbo 1.9.120.1: #i24030# general cleanup to make buildable again
Diffstat (limited to 'stoc/test/testloader.cxx')
-rw-r--r-- | stoc/test/testloader.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx index f3887feacbd1..94b8a60f1af1 100644 --- a/stoc/test/testloader.cxx +++ b/stoc/test/testloader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testloader.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2003-04-23 16:17:24 $ + * last change: $Author: kz $ $Date: 2005-01-13 19:00:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,7 @@ #include <stdio.h> +#include <sal/main.h> #ifndef _OSL_MODULE_H_ #include <osl/module.hxx> #endif @@ -114,11 +115,7 @@ public: }; -#if (defined UNX) || (defined OS2) -int main( int argc, char * argv[] ) -#else -int _cdecl main( int argc, char * argv[] ) -#endif +SAL_IMPLEMENT_MAIN() { Reference<XInterface> xIFace; |