solenv/bin/native-code.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f63238bfbb804f2c042dec60771d22f351a87190
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri Jun 6 10:01:20 2025 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Fri Jun 6 12:23:59 2025 +0200

    ofz#422643807 fix build failure
    
    Change-Id: I9438b0195bedbacec94af1fa436cb6f2f8a2dbc6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186217
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 50d30be2e2c9..638d9b98a26d 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -656,7 +656,7 @@ calc_constructor_list = [
     ("ooo_vba_VBAToOOEventDesc_get_implementation", "#if 
HAVE_FEATURE_SCRIPTING"),
     ("ooo_vba_EventListener_get_implementation", "#if HAVE_FEATURE_SCRIPTING"),
 # sc/util/scui.component
-    "com_sun_star_sheet_CreateDialogFactoryService_get_implementation",
+    ("com_sun_star_sheet_CreateDialogFactoryService_get_implementation", "#if 
!ENABLE_FUZZERS"),
     ]
 
 draw_factory_list = [
@@ -715,7 +715,7 @@ draw_constructor_list = [
     ("sdext_PDFIRawAdaptor_Impress_get_implementation", "#if 
HAVE_FEATURE_PDFIMPORT"),
     ("sdext_PDFDetector_get_implementation", "#if HAVE_FEATURE_PDFIMPORT"),
 # sd/source/console/presenter.component
-    "com_sun_star_presentation_CreateDialogFactoryService_get_implementation",
+    
("com_sun_star_presentation_CreateDialogFactoryService_get_implementation", 
"#if !ENABLE_FUZZERS"),
     ]
 
 writer_factory_list = [
@@ -743,7 +743,7 @@ writer_constructor_list = [
 # writerperfect/source/writer/wpftwriter.component
     "com_sun_star_comp_Writer_EPUBExportFilter_get_implementation",
 # sw/util/swui.component
-    "com_sun_star_text_DialogFactoryService_get_implementation",
+    ("com_sun_star_text_DialogFactoryService_get_implementation", "#if 
!ENABLE_FUZZERS"),
     ]
 
 factory_map = {

Reply via email to