From 369e3fdcdafdb112a6963fb86fa4d4d0edb29c00 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Sep 2012 12:47:11 +0200 Subject: fdo#46808, Adapt i18n::LocaleData UNO service to new style The implementation of the LocaleData implements the optional XLocaleData4, so rather than creating a new interface for the new-style service, we simply make the service implement XLocaleData4, which in turn implements XLocaleData3, XLocaleData2, XLocaleData. Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a --- svtools/CppunitTest_svtools_filters_test.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'svtools') diff --git a/svtools/CppunitTest_svtools_filters_test.mk b/svtools/CppunitTest_svtools_filters_test.mk index c6abe11a10ac..96a1a8d551a4 100644 --- a/svtools/CppunitTest_svtools_filters_test.mk +++ b/svtools/CppunitTest_svtools_filters_test.mk @@ -53,6 +53,7 @@ $(eval $(call gb_CppunitTest_use_ure,svtools_filters_test)) $(eval $(call gb_CppunitTest_use_components,svtools_filters_test,\ configmgr/source/configmgr \ + i18npool/util/i18npool \ ucb/source/core/ucb1 \ )) -- cgit