diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:54:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:54:00 +0000 |
commit | 376f8860edd4932bfd5a06fc4b1af1de0298b653 (patch) | |
tree | 798e873d67427fe5dc65c14b9d083f279ef050fb /vcl/workben | |
parent | 5337cf3d3ff2d109c59313c95b7d328211767226 (diff) |
INTEGRATION: CWS sb80 (1.2.120); FILE MERGED
2007/11/15 15:00:52 sb 1.2.120.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/svptest.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/workben/svptest.cxx b/vcl/workben/svptest.cxx index 8e9e4189d63f..673054200354 100644 --- a/vcl/workben/svptest.cxx +++ b/vcl/workben/svptest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svptest.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007-07-24 10:34:41 $ + * last change: $Author: obo $ $Date: 2008-01-07 09:54:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,6 +34,7 @@ ************************************************************************/ #include <sal/main.h> +#include <tools/extendapplicationenvironment.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <vcl/event.hxx> @@ -65,6 +66,8 @@ void Main(); SAL_IMPLEMENT_MAIN() { + tools::extendApplicationEnvironment(); + Reference< XMultiServiceFactory > xMS; xMS = cppu::createRegistryServiceFactory( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "applicat.rdb" ) ), sal_True ); |