Fix build after 7d71451e8e

"vcl: change pImpl class names to fit with existing convention"

Change-Id: Ic02ca5b71a96b852951ac1b14b966b1ba2f006e9
This commit is contained in:
Stephan Bergmann
2017-04-27 10:03:03 +02:00
parent a5aeec9b1c
commit 5a7123d686

View File

@@ -428,7 +428,7 @@ bool VCLWidgets::VisitFieldDecl(const FieldDecl * fieldDecl) {
if (containsVclReferenceBaseSubclass(fieldDecl->getType())) { if (containsVclReferenceBaseSubclass(fieldDecl->getType())) {
// have to ignore this for now, nasty reverse dependency from tools->vcl // have to ignore this for now, nasty reverse dependency from tools->vcl
auto check = loplugin::DeclCheck(pParentRecordDecl); auto check = loplugin::DeclCheck(pParentRecordDecl);
if (!(check.Struct("ErrorContextImpl").GlobalNamespace() if (!(check.Struct("ImplErrorContext").GlobalNamespace()
|| check.Class("ScHFEditPage").GlobalNamespace())) || check.Class("ScHFEditPage").GlobalNamespace()))
{ {
report( report(