#i160584# use SAL_IMPLEMENT_MAIN macro

This commit is contained in:
Juergen Schmidt
2009-11-05 12:18:43 +00:00
parent e7581052d0
commit 8970d1108a
3 changed files with 9 additions and 3 deletions

View File

@ -39,6 +39,8 @@
*************************************************************************/
#include <stdio.h>
#include <sal/main.h>
#include <cppuhelper/bootstrap.hxx>
#include <com/sun/star/bridge/XUnoUrlResolver.hpp>
#include <com/sun/star/frame/XComponentLoader.hpp>
@ -50,7 +52,7 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::frame;
int SAL_CALL main( int argc, char **argv )
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
try
{