summaryrefslogtreecommitdiff
path: root/vcl/workben/svpclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/svpclient.cxx')
-rw-r--r--vcl/workben/svpclient.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx
index 4b07940eccf4..2f8c8561a948 100644
--- a/vcl/workben/svpclient.cxx
+++ b/vcl/workben/svpclient.cxx
@@ -48,8 +48,6 @@
#include <comphelper/processfactory.hxx>
#include <cppuhelper/servicefactory.hxx>
#include <cppuhelper/bootstrap.hxx>
-#include "ucbhelper/contentbroker.hxx"
-#include "ucbhelper/configurationkeys.hxx"
#include <errno.h>
#include <unistd.h>
@@ -102,25 +100,6 @@ SAL_IMPLEMENT_MAIN()
exit( 1 );
}
- /*
- * Create UCB.
- */
- Sequence< Any > aArgs( 2 );
- aArgs[ 0 ] <<= OUString(UCB_CONFIGURATION_KEY1_LOCAL );
- aArgs[ 1 ] <<= OUString(UCB_CONFIGURATION_KEY2_OFFICE );
-#if OSL_DEBUG_LEVEL > 1
- sal_Bool bSuccess =
-#endif
- ::ucbhelper::ContentBroker::initialize( xFactory, aArgs );
-
-#if OSL_DEBUG_LEVEL > 1
- if ( !bSuccess )
- {
- fprintf( stderr, "Error creating UCB, installation must be in disorder. Exiting.\n" );
- exit( 1 );
- }
-#endif
-
InitVCL( xFactory );
::Main();
DeInitVCL();