reportdesign/qa/unit/ReportDesignBasicTests.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 66e783a224a480c41bd58baeb78b6880b880f5f9
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Tue Sep 23 08:17:21 2025 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Tue Sep 23 11:40:03 2025 +0200

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

diff --git a/reportdesign/qa/unit/ReportDesignBasicTests.cxx 
b/reportdesign/qa/unit/ReportDesignBasicTests.cxx
index 5ba7a990b0db..03489b24501b 100644
--- a/reportdesign/qa/unit/ReportDesignBasicTests.cxx
+++ b/reportdesign/qa/unit/ReportDesignBasicTests.cxx
@@ -25,6 +25,7 @@
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 
+#if !defined(MACOSX) && !defined(_WIN32) //FIXME
 class RptBasicTest : public ReportDesignTestBase
 {
 public:
@@ -33,7 +34,6 @@ public:
                               Reference<XConnection>& xActiveConnection);
 };
 
-#if !defined(MACOSX) && !defined(_WIN32) //FIXME
 CPPUNIT_TEST_FIXTURE(RptBasicTest, roundTripTest)
 {
     // Test loading and saving an already prepared Report
@@ -57,7 +57,6 @@ CPPUNIT_TEST_FIXTURE(RptBasicTest, roundTripTest)
     testLoadingAndSaving(u"writer8"_ustr, aReportNames[0], xComponentLoader, 
xActiveConnection);
     testLoadingAndSaving(u"calc8"_ustr, aReportNames[1], xComponentLoader, 
xActiveConnection);
 }
-#endif
 
 void RptBasicTest::testLoadingAndSaving(const OUString& rFilterName, const 
OUString& rReportName,
                                         Reference<frame::XComponentLoader>& 
xComponentLoader,
@@ -78,6 +77,7 @@ void RptBasicTest::testLoadingAndSaving(const OUString& 
rFilterName, const OUStr
     Reference<util::XCloseable> xCloseable(xComponent, UNO_QUERY_THROW);
     xCloseable->close(true);
 }
+#endif
 
 CPPUNIT_PLUGIN_IMPLEMENT();
 

Reply via email to