From 8182a3e03cf9eb50e43347a288bacefbed98c497 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 13 Nov 2020 15:15:47 +0200 Subject: fix some tools::Long fallout Change-Id: I8c15b0ee8400c3b540154bc38c51cbf04b6c3850 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105794 Tested-by: Jenkins Reviewed-by: Noel Grandin --- compilerplugins/clang/toolslong.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compilerplugins') 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; -- cgit