diff options
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/badstatics.cxx | 3 | ||||
-rw-r--r-- | compilerplugins/clang/unusedenumconstants.writeonly.results | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx index 1c099a14236a..5f1edea78476 100644 --- a/compilerplugins/clang/badstatics.cxx +++ b/compilerplugins/clang/badstatics.cxx @@ -159,8 +159,7 @@ public: && pVarDecl->isThisDeclarationADefinition()) { auto const name(pVarDecl->getName()); - if ( name == "g_pI18NStatusInstance" // I18NStatus::free() - || name == "s_pPreviousView" // not an owning pointer + if ( name == "s_pPreviousView" // not an owning pointer || name == "s_pDefCollapsed" // SvImpLBox::~SvImpLBox() || name == "s_pDefExpanded" // SvImpLBox::~SvImpLBox() || name == "g_pDDSource" // SvTreeListBox::dispose() diff --git a/compilerplugins/clang/unusedenumconstants.writeonly.results b/compilerplugins/clang/unusedenumconstants.writeonly.results index e1a9019589bc..38d6a1783e53 100644 --- a/compilerplugins/clang/unusedenumconstants.writeonly.results +++ b/compilerplugins/clang/unusedenumconstants.writeonly.results @@ -10414,8 +10414,6 @@ vcl/inc/salframe.hxx:72 enum SalFrameStyleFlags NOSHADOW vcl/inc/salptype.hxx:32 enum JobSetFlags ALL -vcl/inc/svdata.hxx:134 - enum ImplSVAppData::ImeStatusWindowMode ImeStatusWindowMode_UNKNOWN vcl/inc/unx/desktops.hxx:29 enum DesktopType DESKTOP_UNKNOWN vcl/inc/unx/i18n_cb.hxx:67 |