diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-22 21:48:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-22 21:48:36 +0200 |
commit | a51ac4d2bb8c4f1ea1d4ea7569863e2fb6535b02 (patch) | |
tree | f1c7430a1ff2895b65927e8c25a1b44fb1ffb201 /compilerplugins | |
parent | cbe60f979590615f61d914f1c937c69e89c58880 (diff) |
Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxx
Change-Id: Iad3417822b2ab3afb75da09c311a0bf07af5e2e4
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/plugin.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compilerplugins/clang/plugin.cxx b/compilerplugins/clang/plugin.cxx index 88d623831851..10881095e60b 100644 --- a/compilerplugins/clang/plugin.cxx +++ b/compilerplugins/clang/plugin.cxx @@ -92,8 +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(WORKDIR "/") - || name == SRCDIR "/include/comphelper/implbase_var.hxx"); + || name.startswith(WORKDIR "/")); } namespace |