diff --git a/compilerplugins/clang/store/deletedspecial.cxx b/compilerplugins/clang/store/deletedspecial.cxx index 5610df1da6b4..7b29fcf5a76e 100644 --- a/compilerplugins/clang/store/deletedspecial.cxx +++ b/compilerplugins/clang/store/deletedspecial.cxx @@ -80,7 +80,6 @@ bool DeletedSpecial::VisitCXXMethodDecl(CXXMethodDecl const * decl) { || whitelist(decl, "SbMethod", "include/basic/sbmeth.hxx") || whitelist(decl, "ScDBCollection::NamedDBs", "sc/inc/dbdata.hxx") || whitelist(decl, "ScDrawPage", "sc/inc/drawpage.hxx") - || whitelist(decl, "ScFormEditData", "sc/source/ui/inc/formdata.hxx") || whitelist(decl, "SmEditSource", "starmath/source/accessibility.hxx") || whitelist(decl, "SwChartDataSequence", "sw/inc/unochart.hxx") || whitelist(decl, "SwDPage", "sw/inc/dpage.hxx")