diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-08-09 23:24:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-09-21 10:30:24 +0200 |
commit | a6a1cfe0bf1c176d3f0cd385d494b7c0e8133815 (patch) | |
tree | 616b1d0b682983037a94a3341f2c8620fbdf6011 | |
parent | 368146c29d0280964399fc86fa0117965d510130 (diff) |
Add IWYU rules for svx
After commit 456d61ec526e250fd1af894e109d5914ac9c9e6e
Change-Id: Ie9984d9d7d182d54317deb85efe1c83661f97b20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100412
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | svx/IwyuFilter_svx.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/IwyuFilter_svx.yaml b/svx/IwyuFilter_svx.yaml index be9c2e28b254..48e1b7b56cb2 100644 --- a/svx/IwyuFilter_svx.yaml +++ b/svx/IwyuFilter_svx.yaml @@ -119,3 +119,6 @@ excludelist: svx/qa/unit/xoutdev.cxx: # Needed for system-cppunit - unotest/bootstrapfixturebase.hxx + svx/qa/unit/XTableImportExportTest.cxx: + # Needed for --with-system-cppunit + - unotest/bootstrapfixturebase.hxx |