From ced1151a1ad00fb2913a4c0f54e4544f4e566c05 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 31 Oct 2012 09:22:53 +0100 Subject: Get rid of vcl::unohelper::GetMultiServiceFactory ...which effectively is just a glorious wrapper around comphelper::getProcessServiceFactory. In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the rSMgr parameter to InitVCL. All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work fine. Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863 --- canvas/workben/canvasdemo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas/workben/canvasdemo.cxx') diff --git a/canvas/workben/canvasdemo.cxx b/canvas/workben/canvasdemo.cxx index be08bad94b17..dfb57ce59452 100644 --- a/canvas/workben/canvasdemo.cxx +++ b/canvas/workben/canvasdemo.cxx @@ -680,7 +680,7 @@ void DemoApp::Main() ::ucb::UniversalContentBroker::create( comphelper::getProcessComponentContext() ); - InitVCL( xFactory ); + InitVCL(); TestWindow pWindow; pWindow.Execute(); DeInitVCL(); -- cgit v1.2.3