summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-11-17 12:10:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-11-17 14:09:53 +0100
commit01cc5c2bc927fa1515d04cb509e420b86a02e74d (patch)
treeea32ee9197fc203f35efbdaaf7fc8520ba7a4567 /vcl
parent7ff24c6619648164a8642642217709f1a29c89c1 (diff)
ofz#4245 need more components
Change-Id: Iab8d50dff1f20a31f7863217cfa69fb73727e4ef Reviewed-on: https://gerrit.libreoffice.org/44874 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/workben/ww2fuzzer.cxx4
-rw-r--r--vcl/workben/ww6fuzzer.cxx4
-rw-r--r--vcl/workben/ww8fuzzer.cxx4
3 files changed, 12 insertions, 0 deletions
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 }
};