diff options
author | Rene Engelhard <rene@debian.org> | 2020-08-02 20:10:41 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-08-03 09:37:30 +0200 |
commit | 456d61ec526e250fd1af894e109d5914ac9c9e6e (patch) | |
tree | 76eadbe8014e3401c9eac174de4e02ab08085fe9 /svx | |
parent | 5ec8d154bf0b01ee8f338b89eb5c1369b33b86da (diff) |
fix build with (system-)cppunit 1.14.0
by #include <unotest/bootstrapfixturebase.hxx> so that CPPUNIT_TEST_FIXTURE
is defined
Change-Id: Iacbfb2f513df6e7eb7ca04f7900cd4e6b3fd69c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99963
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/qa/unit/XTableImportExportTest.cxx | 1 | ||||
-rw-r--r-- | svx/qa/unit/xoutdev.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/svx/qa/unit/XTableImportExportTest.cxx b/svx/qa/unit/XTableImportExportTest.cxx index 9356f2691323..31962a52be52 100644 --- a/svx/qa/unit/XTableImportExportTest.cxx +++ b/svx/qa/unit/XTableImportExportTest.cxx @@ -10,6 +10,7 @@ #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> +#include <unotest/bootstrapfixturebase.hxx> #include <sal/types.h> #include <sfx2/app.hxx> diff --git a/svx/qa/unit/xoutdev.cxx b/svx/qa/unit/xoutdev.cxx index 4b767ca1481e..0b5148b393d5 100644 --- a/svx/qa/unit/xoutdev.cxx +++ b/svx/qa/unit/xoutdev.cxx @@ -12,6 +12,7 @@ #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> +#include <unotest/bootstrapfixturebase.hxx> #include <sal/types.h> #include <sfx2/app.hxx> |