From 80b0a3a7b647b3d60379344a37a5f9b15a2bbfe9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 8 Mar 2012 00:40:31 +0000 Subject: fold i18npaper into i18nutil It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting --- starmath/CppunitTest_starmath_qa_cppunit.mk | 2 +- starmath/Library_sm.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'starmath') diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 3c73abb56c62..24ba9023e3a3 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -54,7 +54,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,starmath_qa_cppunit,\ cppuhelper \ editeng \ i18nisolang1 \ - i18npaper \ + i18nutil \ sal \ sfx \ sot \ diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index b5d2ea1e6c03..110fa23c1aa2 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -42,7 +42,7 @@ $(eval $(call gb_Library_add_linked_libs,sm,\ cppu \ cppuhelper \ editeng \ - i18npaper \ + i18nutil \ msfilter \ oox \ sal \ -- cgit