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 | c839ba22143079aa597852fcb386a4612daf22fb (patch) | |
tree | 8dc73fda5e91cb8dd7baf26bee2489c21cf8b24b /lingucomponent/source | |
parent | 493faa6f6e3924d0b9f2e43298ae41b37e618b69 (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 000000000000..1cc0ac1898a8 --- /dev/null +++ b/lingucomponent/source/thesaurus/libnth/lnth.map @@ -0,0 +1,8 @@ +LTH_1_0 { + global: + component_getFactory; + component_getImplementationEnvironment; + component_writeInfo; + local: + *; +}; |