diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:59:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:59:52 +0000 |
commit | da93eb4c3aa85148d753a4d9b5db73c2cb95c64c (patch) | |
tree | e25b586f0098af16b79c445d8db9a3edf433c1ce /svx/source/dialog/numfmt.cxx | |
parent | 7c1347db9b9cbd59eb14a9d250b55db4d6f1673f (diff) |
INTEGRATION: CWS internatiodel (1.23.58); FILE MERGED
2006/02/10 19:27:49 er 1.23.58.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'svx/source/dialog/numfmt.cxx')
-rw-r--r-- | svx/source/dialog/numfmt.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/numfmt.cxx b/svx/source/dialog/numfmt.cxx index 03d129e95bc7..f247ba96add2 100644 --- a/svx/source/dialog/numfmt.cxx +++ b/svx/source/dialog/numfmt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: numfmt.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2005-12-14 14:55:37 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:59:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,8 +54,8 @@ #ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #pragma hdrstop |