diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:07:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:07:46 +0000 |
commit | d969c94a0062377b7fce1b0cca7a58b6485d7c9a (patch) | |
tree | edc1b821037ae155be36714954f2cd7312091d7d /sw/inc | |
parent | 380ecda0b987d2e0237fb046b24cd1fe2b7e62cf (diff) |
INTEGRATION: CWS internatiodel (1.14.184); FILE MERGED
2006/02/10 19:30:53 er 1.14.184.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/tox.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index 97a97bfc796f..db346f27af3e 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tox.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:20:20 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:07:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,8 +35,8 @@ #ifndef _TOX_HXX #define _TOX_HXX -#ifndef _LANG_HXX -#include "tools/lang.hxx" +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _STRING_HXX //autogen #include <tools/string.hxx> |