summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2020-08-02 20:10:41 +0200
committerMichael Stahl <michael.stahl@cib.de>2020-08-03 11:19:25 +0200
commit60a314b707e39a247f7dab01231ce4add5e3b36a (patch)
treebe6e97d4eb62ebc5988a0cfbad6a19e1e635a1a2 /svx
parent48f48eea8a57d0da9defae77d9fc51dfe84bcfca (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/+/99918 Tested-by: René Engelhard <rene@debian.org> Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'svx')
-rw-r--r--svx/qa/unit/XTableImportExportTest.cxx1
-rw-r--r--svx/qa/unit/xoutdev.cxx1
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>