summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2020-11-13 15:15:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-13 21:01:27 +0100
commit8182a3e03cf9eb50e43347a288bacefbed98c497 (patch)
tree45ce3eb4bc7bf3ee2e56de8ae4965d55fe6be062 /compilerplugins/clang
parentImprove the C++/UNO bridge for macOS on Apple Silicon (diff)
downloadcore-8182a3e03cf9eb50e43347a288bacefbed98c497.tar.gz
core-8182a3e03cf9eb50e43347a288bacefbed98c497.zip
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')
-rw-r--r--compilerplugins/clang/toolslong.cxx2
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;