diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-06 18:18:06 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-06 18:18:06 +0100 |
commit | 2023a7904c5a6536546022423948ab53fb4b309a (patch) | |
tree | f55306e92e3202e92269e308a8df3c5090f67aa8 /lingucomponent/source/thesaurus | |
parent | 5c15c000c031a7e97a2d82b188349dcb89068662 (diff) |
DEV300 masterfix: #i10000#: add missing <string.h> includes; fix CR/LF
Diffstat (limited to 'lingucomponent/source/thesaurus')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index c526d2b07444..a92c5926c8b4 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -54,6 +54,7 @@ #include <list> #include <set> +#include <string.h> // values asigned to capitalization types #define CAPTYPE_UNKNOWN 0 |