Adapt compilerplugins/clang/store/deletedspecial.cxx
...to 322083e0cf1268bc5d40f0d49eb50f00f503ef15 "ScFormEditData copy functions can be deleted" Change-Id: Ic62c83b79e70a79d1d236b79140009a4212b6a43 Reviewed-on: https://gerrit.libreoffice.org/56878 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
4dcfaad008
commit
f47b3f63b3
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user