Problematic casts in gendata.hxx are already under control

Change-Id: If3b0f667b379b7973364c93be4b88347e5768223
This commit is contained in:
Stephan Bergmann 2014-12-04 11:56:14 +01:00
parent f4d03933dc
commit a0db0648f6

View File

@ -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;
}