• Stephan Bergmann's avatar
    fdo#75540 setProcessServiceFactory must be called before InitVCL · c828e3cc
    Stephan Bergmann yazdı
    ...because InitVCL now calls:
    
    > comphelper::getProcessServiceFactory
    > comphelper::getProcessComponentContext
    > utl::DefaultFontConfiguration::DefaultFontConfiguration
    > rtl::Static<utl::DefaultFontConfiguration, (anonymous namespace)::theDefaultFontConfiguration>::get
    > utl::DefaultFontConfiguration::get
    > ImplStyleData::SetStandardStyles
    > ImplStyleData::ImplStyleData
    > boost::make_shared<ImplStyleData>
    > StyleSettings::StyleSettings
    > ImplAllSettingsData::ImplAllSettingsData
    > boost::make_shared<ImplAllSettingsData>
    > AllSettings::AllSettings
    > Application::InitSettings
    > Application::GetSettings
    > GtkInstance::AfterAppInit
    > InitVCL
    > ImplSVMain
    > SVMain
    > sal_main
    > main
    
    and Application::Main is only called after InitVCL.
    
    Change-Id: I1126e33f454a4ea35ef295cbd3f48429c473efb4
    c828e3cc
pamain.cxx 4.06 KB