diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:11:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:11:52 +0000 |
commit | d36573e8219a04da5ebd1aeccafd4e777a36e688 (patch) | |
tree | aad05c34c69da5e45081b6e54ffa3e37995c36cc /connectivity/source/drivers/flat/makefile.mk | |
parent | 3589984a74f887e33a19c16676d4178e17932e51 (diff) |
INTEGRATION: CWS internatiodel (1.14.64); FILE MERGED
2006/02/10 19:23:43 er 1.14.64.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId
Diffstat (limited to 'connectivity/source/drivers/flat/makefile.mk')
-rw-r--r-- | connectivity/source/drivers/flat/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/flat/makefile.mk b/connectivity/source/drivers/flat/makefile.mk index c2ec3d8370cd..82722e07a445 100644 --- a/connectivity/source/drivers/flat/makefile.mk +++ b/connectivity/source/drivers/flat/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2005-09-08 06:02:20 $ +# last change: $Author: vg $ $Date: 2006-04-07 13:11:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -94,6 +94,7 @@ SHL1STDLIBS=\ $(SVLLIB) \ $(SVLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(SVTOOLLIB) \ $(SVTLIB) \ $(UNOTOOLSLIB) \ |