[Libreoffice-commits] core.git: vcl/workben

Caolán McNamara caolanm at redhat.com
Fri Nov 17 13:10:14 UTC 2017


 vcl/workben/ww2fuzzer.cxx |    4 ++++
 vcl/workben/ww6fuzzer.cxx |    4 ++++
 vcl/workben/ww8fuzzer.cxx |    4 ++++
 3 files changed, 12 insertions(+)

New commits:
commit 01cc5c2bc927fa1515d04cb509e420b86a02e74d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 17 12:10:39 2017 +0000

    ofz#4245 need more components
    
    Change-Id: Iab8d50dff1f20a31f7863217cfa69fb73727e4ef
    Reviewed-on: https://gerrit.libreoffice.org/44874
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/workben/ww2fuzzer.cxx b/vcl/workben/ww2fuzzer.cxx
index 75dc001109b8..6ec5be024623 100644
--- a/vcl/workben/ww2fuzzer.cxx
+++ b/vcl/workben/ww2fuzzer.cxx
@@ -17,6 +17,7 @@
 extern "C" {
 void * unoxml_component_getFactory( const char* , void* , void* );
 void * i18npool_component_getFactory( const char* , void* , void* );
+void * ucb_component_getFactory( const char* , void* , void* );
 void * emfio_component_getFactory( const char* , void* , void* );
 
 void * com_sun_star_comp_framework_Desktop_get_implementation( void *, void * );
@@ -33,6 +34,7 @@ void * IndexedPropertyValuesContainer_get_implementation( void *, void * );
 void * com_sun_star_comp_uui_UUIInteractionHandler_get_implementation( void *, void * );
 void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * );
 void * com_sun_star_text_DefaultNumberingProvider_get_implementation( void *, void * );
+void * com_sun_star_comp_uri_UriReferenceFactory_get_implementation( void *, void * );
 }
 
 const lib_to_factory_mapping *
@@ -42,6 +44,7 @@ lo_get_factory_map(void)
         { "libunoxmllo.a", unoxml_component_getFactory },
         { "libi18npoollo.a", i18npool_component_getFactory },
         { "libemfiolo.a", emfio_component_getFactory },
+        { "libucb1.a", ucb_component_getFactory },
         { 0, 0 }
     };
 
@@ -66,6 +69,7 @@ lo_get_constructor_map(void)
         { "com_sun_star_comp_uui_UUIInteractionHandler_get_implementation", com_sun_star_comp_uui_UUIInteractionHandler_get_implementation },
         { "com_sun_star_i18n_Transliteration_get_implementation", com_sun_star_i18n_Transliteration_get_implementation },
         { "com_sun_star_text_DefaultNumberingProvider_get_implementation", com_sun_star_text_DefaultNumberingProvider_get_implementation },
+        { "com_sun_star_comp_uri_UriReferenceFactory_get_implementation", com_sun_star_comp_uri_UriReferenceFactory_get_implementation},
         { 0, 0 }
     };
 
diff --git a/vcl/workben/ww6fuzzer.cxx b/vcl/workben/ww6fuzzer.cxx
index bccfb87da72d..c929222251aa 100644
--- a/vcl/workben/ww6fuzzer.cxx
+++ b/vcl/workben/ww6fuzzer.cxx
@@ -17,6 +17,7 @@
 extern "C" {
 void * unoxml_component_getFactory( const char* , void* , void* );
 void * i18npool_component_getFactory( const char* , void* , void* );
+void * ucb_component_getFactory( const char* , void* , void* );
 void * emfio_component_getFactory( const char* , void* , void* );
 
 void * com_sun_star_comp_framework_Desktop_get_implementation( void *, void * );
@@ -34,6 +35,7 @@ void * com_sun_star_comp_uui_UUIInteractionHandler_get_implementation( void *, v
 void * com_sun_star_comp_comphelper_OPropertyBag( void *, void * );
 void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * );
 void * com_sun_star_text_DefaultNumberingProvider_get_implementation( void *, void * );
+void * com_sun_star_comp_uri_UriReferenceFactory_get_implementation( void *, void * );
 }
 
 const lib_to_factory_mapping *
@@ -43,6 +45,7 @@ lo_get_factory_map(void)
         { "libunoxmllo.a", unoxml_component_getFactory },
         { "libi18npoollo.a", i18npool_component_getFactory },
         { "libemfiolo.a", emfio_component_getFactory },
+        { "libucb1.a", ucb_component_getFactory },
         { 0, 0 }
     };
 
@@ -68,6 +71,7 @@ lo_get_constructor_map(void)
         { "com_sun_star_comp_comphelper_OPropertyBag", com_sun_star_comp_comphelper_OPropertyBag },
         { "com_sun_star_i18n_Transliteration_get_implementation", com_sun_star_i18n_Transliteration_get_implementation },
         { "com_sun_star_text_DefaultNumberingProvider_get_implementation", com_sun_star_text_DefaultNumberingProvider_get_implementation },
+        { "com_sun_star_comp_uri_UriReferenceFactory_get_implementation", com_sun_star_comp_uri_UriReferenceFactory_get_implementation},
         { 0, 0 }
     };
 
diff --git a/vcl/workben/ww8fuzzer.cxx b/vcl/workben/ww8fuzzer.cxx
index ea2bcdd31c62..16f49f119e15 100644
--- a/vcl/workben/ww8fuzzer.cxx
+++ b/vcl/workben/ww8fuzzer.cxx
@@ -17,6 +17,7 @@
 extern "C" {
 void * unoxml_component_getFactory( const char* , void* , void* );
 void * i18npool_component_getFactory( const char* , void* , void* );
+void * ucb_component_getFactory( const char* , void* , void* );
 void * emfio_component_getFactory( const char* , void* , void* );
 
 void * com_sun_star_comp_framework_Desktop_get_implementation( void *, void * );
@@ -34,6 +35,7 @@ void * com_sun_star_comp_uui_UUIInteractionHandler_get_implementation( void *, v
 void * com_sun_star_comp_comphelper_OPropertyBag( void *, void * );
 void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * );
 void * com_sun_star_text_DefaultNumberingProvider_get_implementation( void *, void * );
+void * com_sun_star_comp_uri_UriReferenceFactory_get_implementation( void *, void * );
 }
 
 const lib_to_factory_mapping *
@@ -43,6 +45,7 @@ lo_get_factory_map(void)
         { "libunoxmllo.a", unoxml_component_getFactory },
         { "libi18npoollo.a", i18npool_component_getFactory },
         { "libemfiolo.a", emfio_component_getFactory },
+        { "libucb1.a", ucb_component_getFactory },
         { 0, 0 }
     };
 
@@ -68,6 +71,7 @@ lo_get_constructor_map(void)
         { "com_sun_star_comp_comphelper_OPropertyBag", com_sun_star_comp_comphelper_OPropertyBag },
         { "com_sun_star_i18n_Transliteration_get_implementation", com_sun_star_i18n_Transliteration_get_implementation },
         { "com_sun_star_text_DefaultNumberingProvider_get_implementation", com_sun_star_text_DefaultNumberingProvider_get_implementation },
+        { "com_sun_star_comp_uri_UriReferenceFactory_get_implementation", com_sun_star_comp_uri_UriReferenceFactory_get_implementation},
         { 0, 0 }
     };
 


More information about the Libreoffice-commits mailing list