summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/store/cstylecast.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/store/cstylecast.cxx b/compilerplugins/clang/store/cstylecast.cxx
index b036e1b78600..132686f84797 100644
--- a/compilerplugins/clang/store/cstylecast.cxx
+++ b/compilerplugins/clang/store/cstylecast.cxx
@@ -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;
}