• Michael Stahl's avatar
    sfx2: fix sfx2::sidebar::Theme lifecycle · ca016934
    Michael Stahl yazdı
    It's a horrible idea to have global VCL Images, since that will
    inevitably crash on shutdown when the static dtor runs after
    DeInitVCL, which breaks ~every JunitTest now.
    
    0x00002af6750d2d51 in rtl::Reference<sfx2::sidebar::Theme>::~Reference (this=0x2af6756ceb28 <sfx2::sidebar::Theme::mpInstance>, __in_chrg=<optimized out>)
    
    Try to fix that by moving the global sidebar::Theme instance to
    SfxApplication where it can hopefully be deleted before shutdown.
    
    Change-Id: Ia78f1e458699335b53a741b6463ce48af69584a7
    ca016934
Adı
Son kayıt (commit)
Son güncelleme
..
doc Loading commit data...
inc Loading commit data...
qa Loading commit data...
sdi Loading commit data...
source Loading commit data...
uiconfig/ui Loading commit data...
util Loading commit data...
AllLangResTarget_sfx2.mk Loading commit data...
CppunitTest_sfx2_metadatable.mk Loading commit data...
JunitTest_sfx2_complex.mk Loading commit data...
JunitTest_sfx2_unoapi.mk Loading commit data...
Library_qstart_gtk.mk Loading commit data...
Library_sfx.mk Loading commit data...
Makefile Loading commit data...
Module_sfx2.mk Loading commit data...
README Loading commit data...
UIConfig_sfx.mk Loading commit data...