Problematic casts in gendata.hxx are already under control
Change-Id: If3b0f667b379b7973364c93be4b88347e5768223
This commit is contained in:
@@ -80,8 +80,6 @@ bool CStyleCast::VisitCStyleCastExpr(const CStyleCastExpr * expr) {
|
||||
}
|
||||
} else {
|
||||
if (filename.startswith(SRCDIR "/include/tools/solar.h")
|
||||
// the GetSalDisplay/GetGtkDisplay methods are problematic
|
||||
|| filename.startswith(SRCDIR "/vcl/inc/generic/gendata.hxx")
|
||||
|| filename.startswith(SRCDIR "/include/cppuhelper/")) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user