From 149c4195dca1b8e3b5358f94b11229cee96f9d26 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 11 Jun 2020 19:04:18 +0200 Subject: tdf#133898: get a context in default ctr (i18npool/calendarImpl) See bt here: https://bugs.documentfoundation.org/attachment.cgi?id=161882 Change-Id: If5a6c5e2b52af9ef97af9522296aaa58352cfa69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96161 Tested-by: Jenkins Reviewed-by: Mike Kaganski Reviewed-by: Julien Nabet (cherry picked from commit 56e2183b4916888fa104b62411151401932d8f92) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96179 Reviewed-by: Xisco Fauli (cherry picked from commit 0634b66805f0f4bc3f45a44b1f6a984f17ff8a09) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96421 --- i18npool/inc/calendarImpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/inc/calendarImpl.hxx') diff --git a/i18npool/inc/calendarImpl.hxx b/i18npool/inc/calendarImpl.hxx index 299bfe79bae2..927bf42935aa 100644 --- a/i18npool/inc/calendarImpl.hxx +++ b/i18npool/inc/calendarImpl.hxx @@ -40,7 +40,7 @@ class CalendarImpl : public cppu::WeakImplHelper public: // Constructors - CalendarImpl() {}; + CalendarImpl(); CalendarImpl(const css::uno::Reference < css::uno::XComponentContext >& rxContext); /** -- cgit