diff options
-rw-r--r-- | compilerplugins/clang/plugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/plugin.cxx b/compilerplugins/clang/plugin.cxx index 4a391823bced..88d623831851 100644 --- a/compilerplugins/clang/plugin.cxx +++ b/compilerplugins/clang/plugin.cxx @@ -92,7 +92,7 @@ bool Plugin::isInUnoIncludeFile(SourceLocation spellingLocation) const { || name.startswith(SRCDIR "/include/systools/") || name.startswith(SRCDIR "/include/typelib/") || name.startswith(SRCDIR "/include/uno/") - || name.startswith(SRCDIR "/workdir/") + || name.startswith(WORKDIR "/") || name == SRCDIR "/include/comphelper/implbase_var.hxx"); } |