diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:10:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:10:36 +0000 |
commit | 14b0ea8c39172f5755b384b3dedaf7393ff5f852 (patch) | |
tree | a3e3008bec28b9ce634ed687802ffd39684e4698 /connectivity | |
parent | 39e221cd891a2d8982248111f02ba16dc9903ba8 (diff) |
INTEGRATION: CWS internatiodel (1.3.64); FILE MERGED
2006/02/10 19:23:27 er 1.3.64.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/evoab/makefile.mk b/connectivity/source/drivers/evoab/makefile.mk index 7fe6fc4087ad..a5f77f3c9602 100644 --- a/connectivity/source/drivers/evoab/makefile.mk +++ b/connectivity/source/drivers/evoab/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 05:48:40 $ +# last change: $Author: vg $ $Date: 2006-04-07 13:10:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -86,6 +86,7 @@ SHL1STDLIBS=\ $(SVLLIB) \ $(SVLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(SVTOOLLIB) \ $(SVTLIB) \ $(UNOTOOLSLIB) \ |