summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 10:08:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 10:08:31 +0000
commite838d03d4c1bdb3d894fdd73c796786cc518fcd9 (patch)
tree66b3d97979eba5e0dfa4fbd7e18df2358f948485
parent6efe73db41c4d46560f320bae25c92245645d88e (diff)
INTEGRATION: CWS i18napi (1.5.6); FILE MERGED
2003/04/19 19:41:07 er 1.5.6.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n
-rw-r--r--i18npool/source/transliteration/fullwidthToHalfwidth.cxx7
-rw-r--r--i18npool/source/transliteration/halfwidthToFullwidth.cxx7
2 files changed, 6 insertions, 8 deletions
diff --git a/i18npool/source/transliteration/fullwidthToHalfwidth.cxx b/i18npool/source/transliteration/fullwidthToHalfwidth.cxx
index bf0ea9ad50e3..e05f4f3e0685 100644
--- a/i18npool/source/transliteration/fullwidthToHalfwidth.cxx
+++ b/i18npool/source/transliteration/fullwidthToHalfwidth.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fullwidthToHalfwidth.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2003-04-08 16:01:26 $
+ * last change: $Author: vg $ $Date: 2003-04-24 11:08:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,11 +62,10 @@
// prevent internal compiler error with MSVC6SP3
#include <stl/utility>
+#include <i18nutil/widthfolding.hxx>
#define TRANSLITERATION_fullwidthToHalfwidth
#include <transliteration_OneToOne.hxx>
-#include <widthfolding.hxx>
-using namespace drafts::com::sun::star::i18n;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace rtl;
diff --git a/i18npool/source/transliteration/halfwidthToFullwidth.cxx b/i18npool/source/transliteration/halfwidthToFullwidth.cxx
index 2406bdaffe47..367c13f5fc79 100644
--- a/i18npool/source/transliteration/halfwidthToFullwidth.cxx
+++ b/i18npool/source/transliteration/halfwidthToFullwidth.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: halfwidthToFullwidth.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2003-04-08 16:01:38 $
+ * last change: $Author: vg $ $Date: 2003-04-24 11:08:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,11 +62,10 @@
// prevent internal compiler error with MSVC6SP3
#include <stl/utility>
+#include <i18nutil/widthfolding.hxx>
#define TRANSLITERATION_halfwidthToFullwidth
#include <transliteration_OneToOne.hxx>
-#include <widthfolding.hxx>
-using namespace drafts::com::sun::star::i18n;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace rtl;