summaryrefslogtreecommitdiffstats
path: root/sc/inc/convuno.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 15:21:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 15:21:49 +0000
commitf8aa923dd499de3532688c4d7571839277aba539 (patch)
treedf770212c249a90b6a7fceb29cd801b89b3b455e /sc/inc/convuno.hxx
parentINTEGRATION: CWS internatiodel (1.7.96); FILE MERGED (diff)
downloadcore-f8aa923dd499de3532688c4d7571839277aba539.tar.gz
core-f8aa923dd499de3532688c4d7571839277aba539.zip
INTEGRATION: CWS internatiodel (1.5.96); FILE MERGED
2006/02/10 19:32:38 er 1.5.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sc/inc/convuno.hxx')
-rw-r--r--sc/inc/convuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/convuno.hxx b/sc/inc/convuno.hxx
index 4c2d6589bc66..1938697719da 100644
--- a/sc/inc/convuno.hxx
+++ b/sc/inc/convuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: convuno.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:29:39 $
+ * last change: $Author: vg $ $Date: 2006-04-07 16:21:49 $
*
* 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 SC_CONVUNO_HXX
#define SC_CONVUNO_HXX
-#ifndef _LANG_HXX
-#include <tools/lang.hxx>
+#ifndef INCLUDED_I18NPOOL_LANG_H
+#include <i18npool/lang.h>
#endif
#ifndef _COM_SUN_STAR_TABLE_CELLADDRESS_HPP_