summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 15:25:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 15:25:37 +0000
commite2bb55a7cde920039976a4395b391685e5beab01 (patch)
treefdee3ee5b973450261e1d1c6c306d2801ebce1a0 /sc/source/filter/xml/xmlcelli.cxx
parent0d25737081486f5a1a1fd709a97ed2a752d82873 (diff)
INTEGRATION: CWS internatiodel (1.88.54); FILE MERGED
2006/02/10 19:32:41 er 1.88.54.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sc/source/filter/xml/xmlcelli.cxx')
-rw-r--r--sc/source/filter/xml/xmlcelli.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlcelli.cxx b/sc/source/filter/xml/xmlcelli.cxx
index 9307694a7ea3..95679bd82527 100644
--- a/sc/source/filter/xml/xmlcelli.cxx
+++ b/sc/source/filter/xml/xmlcelli.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlcelli.cxx,v $
*
- * $Revision: 1.89 $
+ * $Revision: 1.90 $
*
- * last change: $Author: obo $ $Date: 2006-03-27 09:32:25 $
+ * last change: $Author: vg $ $Date: 2006-04-07 16:25:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -144,8 +144,8 @@
#ifndef _DATE_HXX
#include <tools/date.hxx>
#endif
-#ifndef _ISOLANG_HXX
-#include <tools/isolang.hxx>
+#ifndef INCLUDED_I18NPOOL_LANG_H
+#include <i18npool/lang.h>
#endif
#ifndef _COMPHELPER_EXTRACT_HXX_
#include <comphelper/extract.hxx>