summaryrefslogtreecommitdiff
path: root/i18npool/source/characterclassification
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 10:06:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 10:06:27 +0000
commit23b80e10c27d54f2ac60bbe72d877f9b3ba8ddb8 (patch)
tree5ccb03f78e6e94b6d6749390d403a49138f4df18 /i18npool/source/characterclassification
parent7f698befbffe8228c2f194c2f30ff907542ec026 (diff)
INTEGRATION: CWS i18napi (1.7.16); FILE MERGED
2003/04/19 19:41:01 er 1.7.16.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n
Diffstat (limited to 'i18npool/source/characterclassification')
-rw-r--r--i18npool/source/characterclassification/cclass_unicode_parser.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/i18npool/source/characterclassification/cclass_unicode_parser.cxx b/i18npool/source/characterclassification/cclass_unicode_parser.cxx
index da8ffc1e5683..00c110ca5bed 100644
--- a/i18npool/source/characterclassification/cclass_unicode_parser.cxx
+++ b/i18npool/source/characterclassification/cclass_unicode_parser.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cclass_unicode_parser.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 10:54:36 $
+ * last change: $Author: vg $ $Date: 2003-04-24 11:06:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#include <cclass_unicode.hxx>
-#include <unicode.hxx>
+#include <i18nutil/unicode.hxx>
#ifndef _TOOLS_INTN_HXX
#include <tools/intn.hxx>
@@ -84,14 +84,13 @@
#ifndef _COM_SUN_STAR_I18N_XLOCALEDATA_HPP_
#include <com/sun/star/i18n/XLocaleData.hpp>
#endif
-#include <drafts/com/sun/star/i18n/NativeNumberMode.hpp>
+#include <com/sun/star/i18n/NativeNumberMode.hpp>
#include <string.h> // memcpy()
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::rtl;
-using namespace ::drafts::com::sun::star::i18n;
namespace com { namespace sun { namespace star { namespace i18n {