vcl/qa/cppunit/pdfexport/pdfexport.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a8156c8167105914c69abb750b6daf39d0a9934d
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Mon Jan 5 16:46:26 2026 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Tue Jan 6 08:06:19 2026 +0100

    loplugin:unreffun
    
    Change-Id: I81be1facce17a2516000884ceb8c84620e52c31a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196574
    Reviewed-by: Stephan Bergmann <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx 
b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index 1d5080afe47e..30323c896c0a 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -45,6 +45,7 @@ public:
     void saveAsPDF(std::u16string_view rFile);
     void load(std::u16string_view rFile, vcl::filter::PDFDocument& rDocument);
 
+#if !defined MACOSX && !defined _WIN32
     std::unique_ptr<vcl::pdf::PDFiumDocument> parsePDFExportNoAssert()
     {
         SvFileStream aFile(maTempFile.GetURL(), StreamMode::READ);
@@ -55,6 +56,7 @@ public:
             return nullptr;
         return pPDFium->openDocument(maMemory.GetData(), maMemory.GetSize(), 
OString());
     }
+#endif
 };
 
 void PdfExportTest::saveAsPDF(std::u16string_view rFile)

Reply via email to