diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-12-14 16:44:14 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-12-15 15:24:52 +0100 |
commit | 023ebf17898db4bca63129f079fd90b5cf76c1a9 (patch) | |
tree | f0c72239af05ea4b1435b69ebf38d9ab88c49e47 /compilerplugins/clang/stringstatic.cxx | |
parent | f45b7871e7d31dfc6ed31d1b79928990bba0d0dd (diff) |
ucb: remove --with-webdav=neon
Remove code in ucb/source/ucp/webdav-neon, and now unused external
neon.
The --with-webdav=no option is retained for now.
Change-Id: I4ce429587e3991fa82009da2f8e4a068abe36435
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126839
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'compilerplugins/clang/stringstatic.cxx')
-rw-r--r-- | compilerplugins/clang/stringstatic.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compilerplugins/clang/stringstatic.cxx b/compilerplugins/clang/stringstatic.cxx index 364bc566aa97..a6b5b7d2e8fe 100644 --- a/compilerplugins/clang/stringstatic.cxx +++ b/compilerplugins/clang/stringstatic.cxx @@ -58,9 +58,6 @@ bool StringStatic::preRun() // passing around pointers to global OUString if (loplugin::hasPathnamePrefix(fn, SRCDIR "/filter/source/svg/")) return false; - // has a mix of literals and refs to external OUStrings - if (loplugin::isSamePathname(fn, SRCDIR "/ucb/source/ucp/webdav-neon/ContentProperties.cxx")) - return false; return true; } |