diff options
author | Noel Grandin <noel@peralex.com> | 2020-11-13 15:15:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-13 21:01:27 +0100 |
commit | 8182a3e03cf9eb50e43347a288bacefbed98c497 (patch) | |
tree | 45ce3eb4bc7bf3ee2e56de8ae4965d55fe6be062 /compilerplugins/clang/toolslong.cxx | |
parent | e0df85554b533fab67a5a91193024e4876c5ec02 (diff) |
fix some tools::Long fallout
Change-Id: I8c15b0ee8400c3b540154bc38c51cbf04b6c3850
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105794
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/toolslong.cxx')
-rw-r--r-- | compilerplugins/clang/toolslong.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/toolslong.cxx b/compilerplugins/clang/toolslong.cxx index 96c2716bd827..26105a2697d8 100644 --- a/compilerplugins/clang/toolslong.cxx +++ b/compilerplugins/clang/toolslong.cxx @@ -155,6 +155,8 @@ void ToolsLong::run() if (loplugin::isSamePathname(fn, SRCDIR "/writerperfect/source/calc/MSWorksCalcImportFilter.cxx")) return; + if (loplugin::isSamePathname(fn, SRCDIR "/writerperfect/qa/unit/WPXSvStreamTest.cxx")) + return; if (loplugin::isSamePathname(fn, SRCDIR "/desktop/source/lib/init.cxx")) return; |