loplugin:staticmethods: sw

Change-Id: I2b06eb926ebc8ab04883da3272ea239a12e09436
This commit is contained in:
Stephan Bergmann
2016-10-07 11:58:44 +02:00
parent cb2b7a951b
commit f1cb6a031e
12 changed files with 19 additions and 18 deletions

View File

@@ -195,7 +195,8 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
|| (fdc.Function("Read_F_Shape").Class("SwWW8ImplReader")
.GlobalNamespace())
|| (fdc.Function("Read_Majority").Class("SwWW8ImplReader")
.GlobalNamespace()))
.GlobalNamespace())
|| fdc.Function("Ignore").Class("SwWrtShell").GlobalNamespace())
{
return true;
}