sw/qa/extras/htmlexport/htmlexport2.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit f7edd21373ff796f98e4cefe59bab0c75f53baef Author: Justin Luth <[email protected]> AuthorDate: Thu Jan 8 18:05:58 2026 -0500 Commit: Justin Luth <[email protected]> CommitDate: Fri Jan 9 03:44:32 2026 +0100 fix build qa: duplicate if HAVE_FEATURE_PDFIMPORT declaration Change-Id: Ic7e57f110cbcbebc447ddbf99135e98c1a4bcedc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196899 Tested-by: Justin Luth <[email protected]> Reviewed-by: Justin Luth <[email protected]> diff --git a/sw/qa/extras/htmlexport/htmlexport2.cxx b/sw/qa/extras/htmlexport/htmlexport2.cxx index 81461fba24c8..7ef8d436c9ac 100644 --- a/sw/qa/extras/htmlexport/htmlexport2.cxx +++ b/sw/qa/extras/htmlexport/htmlexport2.cxx @@ -1173,7 +1173,6 @@ CPPUNIT_TEST_FIXTURE(SwHtmlDomExportTest, testReqIF_ExportFormulasAsPDF) }; saveWithParams(aStoreProperties); -#if HAVE_FEATURE_PDFIMPORT // Make sure that the formula is exported as PDF: xmlDocUniquePtr pXmlDoc = WrapReqifFromTempFile(); assertXPath(pXmlDoc, "/reqif-xhtml:html/reqif-xhtml:div/reqif-xhtml:p[2]/reqif-xhtml:object",
