sd/qa/unit/tiledrendering/tiledrendering2.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 04a9882e447e11a1002f96c9a617a1da25900bfe Author: Noel Grandin <[email protected]> AuthorDate: Mon Nov 10 15:23:34 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Mon Nov 10 17:52:16 2025 +0100 fix --disable-pdfimport build Change-Id: I81e354cfa72868316b19e5c0ad7e3b4e4216a8af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193751 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sd/qa/unit/tiledrendering/tiledrendering2.cxx b/sd/qa/unit/tiledrendering/tiledrendering2.cxx index 2918a332e92b..8bfb3c01da55 100644 --- a/sd/qa/unit/tiledrendering/tiledrendering2.cxx +++ b/sd/qa/unit/tiledrendering/tiledrendering2.cxx @@ -137,6 +137,7 @@ CPPUNIT_TEST_FIXTURE(SdTiledRenderingTest, testNotesViewInvalidations) CPPUNIT_ASSERT_EQUAL(2, aView.editModeOfInvalidation); } +#if ENABLE_PDFIMPORT CPPUNIT_TEST_FIXTURE(SdTiledRenderingTest, testPdfiumLinks) { // Given a pdf file with links: @@ -170,6 +171,7 @@ CPPUNIT_TEST_FIXTURE(SdTiledRenderingTest, testPdfiumLinks) links = get_links_array(); CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(0), links.size()); } +#endif CPPUNIT_PLUGIN_IMPLEMENT();
