diff options
Diffstat (limited to 'compilerplugins/clang/salbool.cxx')
-rw-r--r-- | compilerplugins/clang/salbool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/salbool.cxx b/compilerplugins/clang/salbool.cxx index 77120332d2ff..0cea0eb5fb66 100644 --- a/compilerplugins/clang/salbool.cxx +++ b/compilerplugins/clang/salbool.cxx @@ -584,7 +584,7 @@ bool SalBool::isInSpecialMainFile(SourceLocation spellingLocation) const { } auto f = compiler.getSourceManager().getFilename(spellingLocation); return f == SRCDIR "/cppu/qa/test_any.cxx" - || f == SRCDIR "/cppu/source/uno/data.cxx"; // TODO: the offset checks + || f == SRCDIR "/cppu/source/uno/check.cxx"; // TODO: the offset checks } bool SalBool::rewrite(SourceLocation location) { |