From c839ba22143079aa597852fcb386a4612daf22fb Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 4 Feb 2004 11:59:07 +0000
Subject: 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
---
lingucomponent/source/thesaurus/libnth/lnth.map | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 lingucomponent/source/thesaurus/libnth/lnth.map
(limited to 'lingucomponent/source')
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:
+ *;
+};
--
cgit