diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:59:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:59:07 +0000 |
commit | 8cad211fcf319d3e2a10fc7614d2336fd5605935 (patch) | |
tree | cdb725107c2418b600eee7ea72134b6dedb0dd7d /lingucomponent/source | |
parent | a467559e5bcfa9d56dfeffca11478431cf7a0d7f (diff) |
INTEGRATION: CWS ooo20031216 (1.1.2); FILE ADDED
2003/12/10 14:26:40 khendricks 1.1.2.1: Issue number: None
Submitted by: Kevin B. Hendricks
Reviewed by: project owner (me)
adding in the new thesaurus implementation that removes all of the
old hardcoded limits and problems with the old thesaurus
Kevin
Diffstat (limited to 'lingucomponent/source')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/lnth.map | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/lnth.map b/lingucomponent/source/thesaurus/libnth/lnth.map new file mode 100644 index 000000000..1cc0ac189 --- /dev/null +++ b/lingucomponent/source/thesaurus/libnth/lnth.map @@ -0,0 +1,8 @@ +LTH_1_0 { + global: + component_getFactory; + component_getImplementationEnvironment; + component_writeInfo; + local: + *; +}; |