diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-15 12:35:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-15 15:23:28 +0200 |
commit | ffbc86f5ac2a835d841d53938824242e0a69fdd4 (patch) | |
tree | 213a1e9d8553d08bdb7fd7dc9214bd66ac146b1e /compilerplugins | |
parent | 23dc4e1a0080b70a3dc860c1e1a414e5442c8837 (diff) |
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
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/store/salbool.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/store/salbool.cxx b/compilerplugins/clang/store/salbool.cxx index 2c2ba7e874fd..85790bd37482 100644 --- a/compilerplugins/clang/store/salbool.cxx +++ b/compilerplugins/clang/store/salbool.cxx @@ -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/") |