sw/qa/core/layout/layact.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 78da7a327c7e5dd8e147693ae87e750e4820021c Author: Xisco Fauli <[email protected]> AuthorDate: Sun Mar 8 14:01:27 2026 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Sun Mar 8 15:33:24 2026 +0100 CppunitTest_sw_core_layout: fix build on Windows it fails with Test name: `anonymous namespace'::testIdleLayoutingAnyInput::TestBody assertion failed - Expression: !pPage2->IsInvalidContent() Change-Id: Ia8b65298c038e0aa3a15cf8ee9e8bd16fa027449 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/201211 Tested-by: Xisco Fauli <[email protected]> Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins diff --git a/sw/qa/core/layout/layact.cxx b/sw/qa/core/layout/layact.cxx index 4438ec5a696f..1cc4cc1b2c75 100644 --- a/sw/qa/core/layout/layact.cxx +++ b/sw/qa/core/layout/layact.cxx @@ -159,7 +159,7 @@ public: CPPUNIT_TEST_FIXTURE(Test, testIdleLayoutingAnyInput) { -#if !defined(MACOSX) // FIXME fails on macOS +#if !defined(MACOSX) && !defined(_WIN32) // FIXME fails on macOS and Windows // Set up LOK: comphelper::LibreOfficeKit::setActive(true);
