Change-Id: I07f828e8a17de03cf15639df8afa0adf5dcaebba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92246
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2020-04-15 11:20:23 +02:00
committed by Julien Nabet
parent 77cc197582
commit 09849784f1

View File

@@ -182,7 +182,7 @@ public:
return;
if (fn == SRCDIR "/sw/source/core/doc/notxtfrm.cxx")
return;
// the point at which I gave up on sw/ because it just does it EVERYWHER
// the point at which I gave up on sw/ because it just does it EVERYWHERE
if (loplugin::hasPathnamePrefix(fn, SRCDIR "/sw/"))
return;
if (fn == SRCDIR "/starmath/source/mathtype.cxx")