diff options
-rw-r--r-- | svx/inc/unolingu.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/unolingu.hxx b/svx/inc/unolingu.hxx index 23a23f19fea6..3d0fb43ad615 100644 --- a/svx/inc/unolingu.hxx +++ b/svx/inc/unolingu.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unolingu.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:26:24 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:58:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,8 @@ #ifndef _UNO_LINGU_HXX #define _UNO_LINGU_HXX -#ifndef _LANG_HXX -#include <tools/lang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _STRING_HXX #include <tools/string.hxx> |