diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 14:46:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 14:46:45 +0000 |
commit | 4df31d32354af16350096be5458b7210d4e08fbe (patch) | |
tree | 0cc42c5c3613f2ef77663b6e7e75c36459f1a91c /i18npool/source/characterclassification | |
parent | 46395655edc5d69f997857bf3bb0702f3a943208 (diff) |
INTEGRATION: CWS calc06 (1.2.44); FILE MERGED
2003/03/27 12:25:18 er 1.2.44.1: #106680# #i11962# remove Unicode::* from share library i18npool
Diffstat (limited to 'i18npool/source/characterclassification')
-rw-r--r-- | i18npool/source/characterclassification/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/i18npool/source/characterclassification/makefile.mk b/i18npool/source/characterclassification/makefile.mk index 0c6b20ca5238..bb9116bf6d7e 100644 --- a/i18npool/source/characterclassification/makefile.mk +++ b/i18npool/source/characterclassification/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.2 $ +#* $Revision: 1.3 $ #* -#* last change: $Author: er $ $Date: 2002-03-26 16:59:03 $ +#* last change: $Author: rt $ $Date: 2003-04-08 15:46:45 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -78,7 +78,6 @@ SLOFILES= \ $(SLO)$/characterclassificationImpl.obj \ $(SLO)$/cclass_unicode.obj \ $(SLO)$/cclass_unicode_parser.obj \ - $(SLO)$/unicode.obj \ $(SLO)$/scripttypedetector.obj # --- Targets ------------------------------------------------------ |