diff options
author | jp <jp@openoffice.org> | 2001-02-06 08:35:59 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-02-06 08:35:59 +0000 |
commit | 88cd8dc22aef241ef76f6ce2d2c57e41548b7985 (patch) | |
tree | 6dbbe4113c1c300969b1d6d9668b8ea92963fd32 /offapi | |
parent | a40cbfd5187640a3a8ba3adde287557b5e8e9e28 (diff) |
add new service descriptions
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/i18n/makefile.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/offapi/com/sun/star/i18n/makefile.mk b/offapi/com/sun/star/i18n/makefile.mk index 9f61aa1e035d..92cd70b53f9d 100644 --- a/offapi/com/sun/star/i18n/makefile.mk +++ b/offapi/com/sun/star/i18n/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: os $ $Date: 2001-01-17 15:54:52 $ +# last change: $Author: jp $ $Date: 2001-02-06 09:35:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,12 +74,15 @@ PACKAGE=com$/sun$/star$/i18n IDLFILES=\ AmPmValue.idl \ + BreakIterator.idl \ Calendar.idl \ CalendarDisplayIndex.idl \ CalendarFieldIndex.idl \ CalendarItem.idl \ CharacterClassification.idl \ + CJKBreakIterator.idl \ Currency.idl \ + JAJPBreakIterator.idl \ LanguageCountryInfo.idl \ LocaleData.idl \ LocaleItem.idl \ @@ -95,7 +98,9 @@ IDLFILES=\ XForbiddenCharacters.idl \ XLocaleData.idl \ XNumberFormatCode.idl \ - XTransliteration.idl + XTransliteration.idl \ + ZHCNBreakIterator.idl \ + ZHTWBreakIterator.idl # ------------------------------------------------------------------ |