Kaydet (Commit) f47b3f63 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Adapt compilerplugins/clang/store/deletedspecial.cxx

...to 322083e0 "ScFormEditData copy functions
can be deleted"

Change-Id: Ic62c83b79e70a79d1d236b79140009a4212b6a43
Reviewed-on: https://gerrit.libreoffice.org/56878
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 4dcfaad0
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment