diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:53:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:53:37 +0000 |
commit | f0adb04e3bc449d329953b69bf65afaa47600c07 (patch) | |
tree | d2f7a641151be62faf063d2a44a728b408b9d2a6 /vcl/workben | |
parent | e7697bdeb58002071b8d3d3cf222ad95526121b7 (diff) |
INTEGRATION: CWS sb80 (1.18.144); FILE MERGED
2007/11/15 15:00:52 sb 1.18.144.1: #i81275# Consolidated the platform-specific salmain.cxx into a single platform-independent one; call new tools::extendApplicationEnvironment from main functions.
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/svdem.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx index e57d24bfaa52..6520f09ed33c 100644 --- a/vcl/workben/svdem.cxx +++ b/vcl/workben/svdem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdem.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2007-06-27 20:58:52 $ + * last change: $Author: obo $ $Date: 2008-01-07 09:53:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ #include "precompiled_vcl.hxx" #include <sal/main.h> +#include <tools/extendapplicationenvironment.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <vcl/event.hxx> @@ -59,6 +60,8 @@ void Main(); SAL_IMPLEMENT_MAIN() { + tools::extendApplicationEnvironment(); + Reference< XMultiServiceFactory > xMS; xMS = cppu::createRegistryServiceFactory( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "applicat.rdb" ) ), sal_True ); |