add "include/comphelper" to list of includes to ignore

since it only contains a single sal_Bool site now, and we want
to leave that alone since it's a copy of similar stuff in cppuhelper.

Change-Id: I3cf4cf5f67e95d5b6f70371181f77c5451fcbf50
This commit is contained in:
Noel Grandin
2014-04-15 12:35:53 +02:00
parent 23dc4e1a00
commit ffbc86f5ac

View File

@@ -509,6 +509,7 @@ bool SalBool::isInUnoIncludeFile(SourceLocation spellingLocation) const {
|| name == SRCDIR "/cppuhelper/source/compat.cxx"
|| name == SRCDIR "/sal/osl/all/compat.cxx")
: (name.startswith(SRCDIR "/include/com/")
|| name.startswith(SRCDIR "/include/comphelper/")
|| name.startswith(SRCDIR "/include/cppu/")
|| name.startswith(SRCDIR "/include/cppuhelper/")
|| name.startswith(SRCDIR "/include/osl/")