summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-07-03 17:17:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-07-03 23:36:35 +0200
commitf47b3f63b39dba8c7abd0014c14e802295f3e950 (patch)
tree9077e5e71ad1819269f6b9a817400ec0e74357f9
parent4dcfaad008efe2a564092b23427af105b671a474 (diff)
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>
-rw-r--r--compilerplugins/clang/store/deletedspecial.cxx1
1 files changed, 0 insertions, 1 deletions
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")