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

Fix for BUILDDIR != SRCDIR

Change-Id: I3ea2a0a6d8f54afcc1959b54c36f90bb849995b4
üst e761ae78
...@@ -92,7 +92,7 @@ bool Plugin::isInUnoIncludeFile(SourceLocation spellingLocation) const { ...@@ -92,7 +92,7 @@ bool Plugin::isInUnoIncludeFile(SourceLocation spellingLocation) const {
|| name.startswith(SRCDIR "/include/systools/") || name.startswith(SRCDIR "/include/systools/")
|| name.startswith(SRCDIR "/include/typelib/") || name.startswith(SRCDIR "/include/typelib/")
|| name.startswith(SRCDIR "/include/uno/") || name.startswith(SRCDIR "/include/uno/")
|| name.startswith(SRCDIR "/workdir/") || name.startswith(WORKDIR "/")
|| name == SRCDIR "/include/comphelper/implbase_var.hxx"); || name == SRCDIR "/include/comphelper/implbase_var.hxx");
} }
......
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