diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:06:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:06:12 +0000 |
commit | 5235cf12857162f63ce3f3c1a53d1bcf9aee118d (patch) | |
tree | 593be37b9ccfeb1c2e2860bdf2264c288a28e213 /sw/inc | |
parent | e3f30a1d947f9f158c82a5cf343ec134963b369b (diff) |
INTEGRATION: CWS internatiodel (1.9.188); FILE MERGED
2006/02/10 19:30:52 er 1.9.188.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/breakit.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx index 45ac8bf37b6b..224f3b0e1578 100644 --- a/sw/inc/breakit.hxx +++ b/sw/inc/breakit.hxx @@ -4,9 +4,9 @@ * * $RCSfile: breakit.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:34:20 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:06:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,8 +39,8 @@ #ifndef _SOLAR_H #include <tools/solar.h> #endif -#ifndef _LANG_HXX //autogen -#include <tools/lang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ |