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

Better be specific

Change-Id: Ibb9b5b8f53ab8fdeba6d3db295339ead4bde7b6e
üst 329332ba
......@@ -509,7 +509,6 @@ 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/")
......@@ -518,7 +517,8 @@ bool SalBool::isInUnoIncludeFile(SourceLocation spellingLocation) const {
|| name.startswith(SRCDIR "/include/salhelper/")
|| name.startswith(SRCDIR "/include/systools/")
|| name.startswith(SRCDIR "/include/typelib/")
|| name.startswith(SRCDIR "/include/uno/"));
|| name.startswith(SRCDIR "/include/uno/")
|| name == SRCDIR "/include/comphelper/implbase_var.hxx");
}
bool SalBool::isInSpecialMainFile(SourceLocation spellingLocation) const {
......
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