diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:45:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:45:20 +0000 |
commit | ce12449fb331a0c724ed4a1936afb8c5eeae23d0 (patch) | |
tree | ed0a788b33c4e845d5ce5c207594062e1b3c2a59 | |
parent | d36573e8219a04da5ebd1aeccafd4e777a36e688 (diff) |
INTEGRATION: CWS internatiodel (1.9.12); FILE MERGED
2006/02/10 19:27:20 er 1.9.12.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2006/01/21 15:14:38 er 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED
2005/06/24 13:08:58 er 1.9.12.1: #i50205# get rid of class International
-rw-r--r-- | linguistic/inc/misc.hxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/linguistic/inc/misc.hxx b/linguistic/inc/misc.hxx index bfb12cf574bb..2c35038acbfd 100644 --- a/linguistic/inc/misc.hxx +++ b/linguistic/inc/misc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: misc.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:46:50 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:45:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,15 +71,12 @@ #ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include <svtools/pathoptions.hxx> #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _STRING_HXX #include <tools/string.hxx> #endif -#ifndef _TOOLS_INTN_HXX -#include <tools/intn.hxx> -#endif #ifndef _UNOTOOLS_CHARCLASS_HXX #include <unotools/charclass.hxx> #endif |