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

New commits:
commit 828914a94fe93d5b300bda1d23a049ae92c159e1
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Aug 31 16:41:47 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Aug 31 18:06:26 2020 +0200

    ofz#25325 missing constructors
    
    Change-Id: I87f3c7e963eba77f9e0955c46e514aec64849e30
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101753
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/workben/ww2fuzzer.cxx b/vcl/workben/ww2fuzzer.cxx
index bd65223b5ba6..5ffe0445c3fb 100644
--- a/vcl/workben/ww2fuzzer.cxx
+++ b/vcl/workben/ww2fuzzer.cxx
@@ -33,6 +33,8 @@ 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 * );
 void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
+void * i18npool_CalendarImpl_get_implementation(void*, void*);
+void * i18npool_Calendar_gregorian_get_implementation( void *, void * );
 void * unoxml_rdfRepository_get_implementation( void *, void * );
 void * unoxml_CURI_get_implementation( void *, void * );
 void * unoxml_CLiteral_get_implementation( void *, void * );
@@ -79,6 +81,8 @@ lo_get_constructor_map(void)
         { "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},
         { "emfio_emfreader_XEmfParser_get_implementation", 
emfio_emfreader_XEmfParser_get_implementation},
+        { "i18npool_CalendarImpl_get_implementation", 
i18npool_CalendarImpl_get_implementation},
+        { "i18npool_Calendar_gregorian_get_implementation", 
i18npool_Calendar_gregorian_get_implementation},
         { "unoxml_rdfRepository_get_implementation", 
unoxml_rdfRepository_get_implementation },
         { "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
         { "unoxml_CLiteral_get_implementation", 
unoxml_CLiteral_get_implementation },
diff --git a/vcl/workben/ww6fuzzer.cxx b/vcl/workben/ww6fuzzer.cxx
index 341bf26447d9..a17be9105a06 100644
--- a/vcl/workben/ww6fuzzer.cxx
+++ b/vcl/workben/ww6fuzzer.cxx
@@ -35,6 +35,7 @@ void * 
com_sun_star_text_DefaultNumberingProvider_get_implementation( void *, vo
 void * com_sun_star_comp_uri_UriReferenceFactory_get_implementation( void *, 
void * );
 void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
 void * i18npool_CalendarImpl_get_implementation(void*, void*);
+void * i18npool_Calendar_gregorian_get_implementation( void *, void * );
 void * unoxml_rdfRepository_get_implementation( void *, void * );
 void * unoxml_CURI_get_implementation( void *, void * );
 void * unoxml_CLiteral_get_implementation( void *, void * );
@@ -83,6 +84,7 @@ lo_get_constructor_map(void)
         { "com_sun_star_comp_uri_UriReferenceFactory_get_implementation", 
com_sun_star_comp_uri_UriReferenceFactory_get_implementation},
         { "emfio_emfreader_XEmfParser_get_implementation", 
emfio_emfreader_XEmfParser_get_implementation},
         { "i18npool_CalendarImpl_get_implementation", 
i18npool_CalendarImpl_get_implementation },
+        { "i18npool_Calendar_gregorian_get_implementation", 
i18npool_Calendar_gregorian_get_implementation},
         { "unoxml_rdfRepository_get_implementation", 
unoxml_rdfRepository_get_implementation },
         { "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
         { "unoxml_CLiteral_get_implementation", 
unoxml_CLiteral_get_implementation },
diff --git a/vcl/workben/ww8fuzzer.cxx b/vcl/workben/ww8fuzzer.cxx
index 27391f18a889..113e798610f3 100644
--- a/vcl/workben/ww8fuzzer.cxx
+++ b/vcl/workben/ww8fuzzer.cxx
@@ -34,6 +34,8 @@ 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 * );
 void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
+void * i18npool_CalendarImpl_get_implementation(void*, void*);
+void * i18npool_Calendar_gregorian_get_implementation( void *, void * );
 void * unoxml_rdfRepository_get_implementation( void *, void * );
 void * unoxml_CURI_get_implementation( void *, void * );
 void * unoxml_CLiteral_get_implementation( void *, void * );
@@ -81,6 +83,8 @@ lo_get_constructor_map(void)
         { "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},
         { "emfio_emfreader_XEmfParser_get_implementation", 
emfio_emfreader_XEmfParser_get_implementation},
+        { "i18npool_CalendarImpl_get_implementation", 
i18npool_CalendarImpl_get_implementation},
+        { "i18npool_Calendar_gregorian_get_implementation", 
i18npool_Calendar_gregorian_get_implementation},
         { "unoxml_rdfRepository_get_implementation", 
unoxml_rdfRepository_get_implementation },
         { "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
         { "unoxml_CLiteral_get_implementation", 
unoxml_CLiteral_get_implementation },
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to