summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 12:48:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 12:48:48 +0000
commita865416c5d963b33690be0d89d92a6919eba5b3d (patch)
tree262eca2962c863d851a44659daed7c2cabcef55e /linguistic/source
parent7534cb57948fc52b8d5117a34b47cb490177c626 (diff)
INTEGRATION: CWS internatiodel (1.5.26); FILE MERGED
2006/02/10 19:27:23 er 1.5.26.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/hyphdta.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/linguistic/source/hyphdta.cxx b/linguistic/source/hyphdta.cxx
index 85972d6ebd60..5109bcd2323c 100644
--- a/linguistic/source/hyphdta.cxx
+++ b/linguistic/source/hyphdta.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hyphdta.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:52:28 $
+ * last change: $Author: vg $ $Date: 2006-04-07 13:48:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,10 +33,6 @@
*
************************************************************************/
-#ifndef _LANG_HXX //autogen wg. LANGUAGE_ENGLISH_US
-#include <tools/lang.hxx>
-#endif
-
#include "hyphdta.hxx"
#include "lngprops.hxx"
#include "misc.hxx"
@@ -49,9 +45,6 @@
#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
#endif
-#ifndef _ISOLANG_HXX
-#include <tools/isolang.hxx>
-#endif
#ifndef _TOOLS_DEBUG_HXX //autogen wg. DBG_ASSERT
#include <tools/debug.hxx>
#endif