diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:42:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:42:03 +0000 |
commit | e78137d22ee1c3f8fb41b4f60c6ec327a1bb8373 (patch) | |
tree | 62f3facbdcdb40473d71542dcb20401a7e0f381c /sfx2/util | |
parent | 900044ab89fa43567b3241535ed98d92eb2f1ca2 (diff) |
INTEGRATION: CWS internatiodel (1.39.124); FILE MERGED
2006/02/10 19:33:32 er 1.39.124.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 6b924d193b11..fff8150ab176 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:33:33 $ +# last change: $Author: vg $ $Date: 2006-04-07 16:42:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -89,6 +89,7 @@ SHL1STDLIBS+=\ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(SYSSHELLLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ |