summaryrefslogtreecommitdiff
path: root/vcl/workben/svpclient.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-07 08:53:49 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-07 08:53:49 +0000
commit5337cf3d3ff2d109c59313c95b7d328211767226 (patch)
tree81f00a3eef95f46de1e034393d6ae4f925ced021 /vcl/workben/svpclient.cxx
parentf0adb04e3bc449d329953b69bf65afaa47600c07 (diff)
INTEGRATION: CWS sb80 (1.2.120); FILE MERGED
2007/11/16 15:10:02 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/svpclient.cxx')
-rw-r--r--vcl/workben/svpclient.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx
index 8460d51b2bb2..63d6fbaa543d 100644
--- a/vcl/workben/svpclient.cxx
+++ b/vcl/workben/svpclient.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svpclient.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-24 10:34:32 $
+ * last change: $Author: obo $ $Date: 2008-01-07 09:53:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,6 +43,7 @@
#include <vcl/lstbox.hxx>
#include <vcl/imgctrl.hxx>
#include <vcl/bitmapex.hxx>
+#include <tools/extendapplicationenvironment.hxx>
#include <tools/stream.hxx>
#include <rtl/strbuf.hxx>
@@ -74,6 +75,8 @@ void Main();
SAL_IMPLEMENT_MAIN()
{
+ tools::extendApplicationEnvironment();
+
Reference< XMultiServiceFactory > xMS;
xMS = cppu::createRegistryServiceFactory( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "applicat.rdb" ) ), sal_True );