Kaydet (Commit) a0db0648 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Problematic casts in gendata.hxx are already under control

Change-Id: If3b0f667b379b7973364c93be4b88347e5768223
üst f4d03933
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment