• Michael Stahl's avatar
    rhbz#827695: sw: prevent crashes after incomplete print: · d53e12c7
    Michael Stahl yazdı
    If the last page is not printed for whatever reason, then
    SwXTextDocument's destructor will delete a SwViewOptionAdjust_Impl,
    which accesses the document's ViewShell, which has already been
    deleted at that point.  Add a horrible kludge to not crash for now.
    
    Change-Id: I67fe37970d60782030b84f2badddd1e66ef3f9c6
    d53e12c7
unotxdoc.hxx 34.9 KB