diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:55:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:55:29 +0000 |
commit | 4ad84522cb708b7e9d6837efbcbe1f6e4665b11f (patch) | |
tree | dd110313ff7719f3664e59921f5e03470213fca8 /svx/inc/countryid.hxx | |
parent | 1fc51cbb5ac4d1b86d526564448b6438c41daef3 (diff) |
INTEGRATION: CWS internatiodel (1.5.244); FILE MERGED
2006/02/10 19:27:44 er 1.5.244.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'svx/inc/countryid.hxx')
-rw-r--r-- | svx/inc/countryid.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/countryid.hxx b/svx/inc/countryid.hxx index 4f1ce65ea856..ccf9c5157074 100644 --- a/svx/inc/countryid.hxx +++ b/svx/inc/countryid.hxx @@ -4,9 +4,9 @@ * * $RCSfile: countryid.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:23:35 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:54:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,8 +41,8 @@ #ifndef _SAL_TYPES_H_ #include <sal/types.h> #endif -#ifndef _LANG_HXX -#include <tools/lang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef INCLUDED_SVXDLLAPI_H |