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 --- vcl/inc/svdata.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vcl/inc/svdata.hxx') diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 76c465021234..015e44545a59 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -53,10 +53,6 @@ #include -namespace com { namespace sun { namespace star { namespace lang { - class XMultiServiceFactory; -} } } } - struct ImplTimerData; struct ImplConfigData; class ImplDirectFontSubstitution; @@ -124,8 +120,6 @@ struct ImplSVAppData ImeStatusWindowMode_SHOW }; - ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxMSF; - String* mpMSFTempFileName; AllSettings* mpSettings; // Application settings LocaleConfigurationListener* mpCfgListener; VclEventListeners* mpEventListeners; // listeners for vcl events (eg, extended toolkit) -- cgit