[Libreoffice-commits] core.git: compilerplugins/clang
Stephan Bergmann
sbergman at redhat.com
Tue Jul 3 21:36:57 UTC 2018
compilerplugins/clang/store/deletedspecial.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f47b3f63b39dba8c7abd0014c14e802295f3e950
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jul 3 17:17:18 2018 +0200
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 at redhat.com>
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")
More information about the Libreoffice-commits
mailing list