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 --- fpicker/test/svdem.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpicker/test/svdem.cxx') diff --git a/fpicker/test/svdem.cxx b/fpicker/test/svdem.cxx index eea40b7d76cd..e6627187b60f 100644 --- a/fpicker/test/svdem.cxx +++ b/fpicker/test/svdem.cxx @@ -79,9 +79,9 @@ SAL_IMPLEMENT_MAIN() xMSch.set(xComponentContext->getServiceManager(), com::sun::star::uno::UNO_QUERY); comphelper::setProcessServiceFactory(xMSch); -// comphelper::setProcessServiceFactory( xMS); + comphelper::setProcessServiceFactory(xMS); - InitVCL( xMS ); + InitVCL(); ::Main(); DeInitVCL(); -- cgit v1.2.3