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 | |
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')
-rw-r--r-- | svx/inc/countryid.hxx | 8 | ||||
-rw-r--r-- | svx/inc/editstat.hxx | 8 |
2 files changed, 8 insertions, 8 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 diff --git a/svx/inc/editstat.hxx b/svx/inc/editstat.hxx index ea01d4114719..5bc0e86831f9 100644 --- a/svx/inc/editstat.hxx +++ b/svx/inc/editstat.hxx @@ -4,9 +4,9 @@ * * $RCSfile: editstat.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:32:27 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:55:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,8 +40,8 @@ #include <tools/string.hxx> #endif -#ifndef _LANG_HXX -#include <tools/lang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #define EE_CNTRL_USECHARATTRIBS 0x00000001 // Verwendung harter ZeichenAttr. |