[Libreoffice-commits] core.git: svx/qa
Rene Engelhard (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 3 07:38:04 UTC 2020
svx/qa/unit/XTableImportExportTest.cxx | 1 +
svx/qa/unit/xoutdev.cxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 456d61ec526e250fd1af894e109d5914ac9c9e6e
Author: Rene Engelhard <rene at debian.org>
AuthorDate: Sun Aug 2 20:10:41 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Mon Aug 3 09:37:30 2020 +0200
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 at collabora.com>
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>
More information about the Libreoffice-commits
mailing list