Kaydet (Commit) ffbc86f5 authored tarafından Noel Grandin's avatar Noel Grandin

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