diff options
Diffstat (limited to 'compilerplugins/clang/stringconcat.cxx')
-rw-r--r-- | compilerplugins/clang/stringconcat.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/compilerplugins/clang/stringconcat.cxx b/compilerplugins/clang/stringconcat.cxx index 8511f849d64f..da4b212e9f73 100644 --- a/compilerplugins/clang/stringconcat.cxx +++ b/compilerplugins/clang/stringconcat.cxx @@ -7,8 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef LO_CLANG_SHARED_PLUGINS - #include "plugin.hxx" #include "check.hxx" @@ -153,10 +151,8 @@ bool StringConcat::isStringLiteral(Expr const * expr) { != "OSL_THIS_FUNC"); } -loplugin::Plugin::Registration<StringConcat> stringconcat("stringconcat"); - -} // namespace +loplugin::Plugin::Registration<StringConcat> X("stringconcat"); -#endif // LO_CLANG_SHARED_PLUGINS +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |