summaryrefslogtreecommitdiff
path: root/i18npool/inc/transliteration_Ignore.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 10:04:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 10:04:03 +0000
commit987aff78302daf9afa0eb4b02641b9ac1db94b48 (patch)
tree9f9fe884c1e36234506bb4d5ed049791d81b07a7 /i18npool/inc/transliteration_Ignore.hxx
parentc3a56488738e35857ab42e240fbf29f490d564c2 (diff)
INTEGRATION: CWS i18napi (1.4.8); FILE MERGED
2003/04/19 19:39:19 er 1.4.8.1: #107686# drafts.com.sun.star.i18n to com.sun.star.i18n
Diffstat (limited to 'i18npool/inc/transliteration_Ignore.hxx')
-rw-r--r--i18npool/inc/transliteration_Ignore.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/inc/transliteration_Ignore.hxx b/i18npool/inc/transliteration_Ignore.hxx
index ed030e128c31..96313e198abf 100644
--- a/i18npool/inc/transliteration_Ignore.hxx
+++ b/i18npool/inc/transliteration_Ignore.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transliteration_Ignore.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2003-04-08 15:45:08 $
+ * last change: $Author: vg $ $Date: 2003-04-24 11:04:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,7 @@
#define _I18N_TRANSLITERATION_TRANSLITERATION_IGNORE_H_
#include <transliteration_commonclass.hxx>
-#include <oneToOneMapping.hxx>
+#include <i18nutil/oneToOneMapping.hxx>
typedef sal_Unicode (*TransFunc)(const sal_Unicode);
@@ -103,7 +103,7 @@ public:
virtual sal_Unicode SAL_CALL
transliterateChar2Char( sal_Unicode inChar)
throw(com::sun::star::uno::RuntimeException,
- drafts::com::sun::star::i18n::MultipleCharsOutputException);
+ com::sun::star::i18n::MultipleCharsOutputException);
com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL
transliterateRange( const rtl::OUString& str1, const rtl::OUString& str2, XTransliteration& t1, XTransliteration& t2 )
@@ -201,7 +201,7 @@ public:\
sal_Unicode SAL_CALL \
transliterateChar2Char( sal_Unicode inChar) \
throw(com::sun::star::uno::RuntimeException,\
- drafts::com::sun::star::i18n::MultipleCharsOutputException);\
+ com::sun::star::i18n::MultipleCharsOutputException);\
};
#if defined( TRANSLITERATION_Kana ) || defined( TRANSLITERATION_ALL )