diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:15:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:15:06 +0000 |
commit | f25c0f0af782ed9c332cf86584bdd74d5729907d (patch) | |
tree | a4878efd22a08b6264a98a1a69b207105a1f24a8 /unotools/source/i18n/makefile.mk | |
parent | 51e3a73b84582b0f17595bde6550c4764b4b64e5 (diff) |
INTEGRATION: CWS calc06 (1.14.34); FILE MERGED
2003/03/28 15:13:09 er 1.14.34.1: #106680# use XExtendedTransliteration::transliterateString2String() if no offset sequence needed
Diffstat (limited to 'unotools/source/i18n/makefile.mk')
-rw-r--r-- | unotools/source/i18n/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/i18n/makefile.mk b/unotools/source/i18n/makefile.mk index 77f493c360b2..e4e19eda6635 100644 --- a/unotools/source/i18n/makefile.mk +++ b/unotools/source/i18n/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: jbu $ $Date: 2002-10-01 13:21:37 $ +# last change: $Author: rt $ $Date: 2003-04-08 16:15:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,6 +98,7 @@ UNOTYPES+= \ com.sun.star.i18n.XTransliteration \ com.sun.star.util.SearchFlags \ com.sun.star.util.XTextSearch \ + drafts.com.sun.star.i18n.XExtendedTransliteration \ drafts.com.sun.star.i18n.XNativeNumberSupplier |