• Tor Lillqvist's avatar
    Whitelist aLogger, in FormulaLogger& FormulaLogger::get() · 2da2cfcb
    Tor Lillqvist yazdı
    To avoid this:
    
    sc/source/core/tool/formulalogger.cxx:55:26: error: bad static variable causes crash on shutdown [loplugin:badstatics]
        static FormulaLogger aLogger;
        ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
    sc/inc/formulalogger.hxx:42:31: note: ... due to this member of 'FormulaLogger' [loplugin:badstatics]
        const ScFormulaCellGroup* mpLastGroup = nullptr;
        ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
    sc/inc/formulacell.hxx:66:20: note: ... due to this member of 'ScFormulaCellGroup' [loplugin:badstatics]
        ScFormulaCell *mpTopCell;
        ~~~~~~~~~~~~~~~^~~~~~~~~
    sc/inc/formulacell.hxx:114:21: note: ... due to this member of 'ScFormulaCell' [loplugin:badstatics]
        ScDocument*     pDocument;
        ~~~~~~~~~~~~~~~~^~~~~~~~~
    sc/inc/document.hxx:312:27: note: ... due to this member of 'ScDocument' [loplugin:badstatics]
        VclPtr<SfxPrinter>    pPrinter;
        ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
    
    Change-Id: I533e45f655ca928a801188aa48ee818d89a962ac
    2da2cfcb
Adı
Son kayıt (commit)
Son güncelleme
..
clang Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
Makefile-clang.mk Loading commit data...
Makefile.mk Loading commit data...
README Loading commit data...