summaryrefslogtreecommitdiffstats
path: root/i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-05 14:56:08 +0200
committerEike Rathke <erack@redhat.com>2013-09-05 14:57:29 +0200
commit660fe83b4357c9fa070739b9c4da9d9002c9bd51 (patch)
tree36a6dd9b686aaea54d0a6fe5475697515bea0e6a /i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx
parentuse get*LocaleServiceName (diff)
downloadcore-660fe83b4357c9fa070739b9c4da9d9002c9bd51.tar.gz
core-660fe83b4357c9fa070739b9c4da9d9002c9bd51.zip
use sensible indentation
that always annoyed me Change-Id: I0c439ddb00d78590b465cd47db6e60d1939bd9f7
Diffstat (limited to 'i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx')
-rw-r--r--i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx b/i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx
index cb8124485389..eeeea2f71740 100644
--- a/i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx
+++ b/i18npool/source/transliteration/ignoreSeZe_ja_JP.cxx
@@ -30,25 +30,25 @@ using namespace com::sun::star::lang;
namespace com { namespace sun { namespace star { namespace i18n {
static const Mapping SeZe[] = {
- // SI + E --> SE
- { 0x30B7, 0x30A7, 0x30BB, sal_True },
- // SI + E --> SE
- { 0x3057, 0x3047, 0x305B, sal_True },
- // ZI + E --> ZE
- { 0x30B8, 0x30A7, 0x30BC, sal_True },
- // ZI + E --> ZE
- { 0x3058, 0x3047, 0x305C, sal_True },
-
- { 0, 0, 0, sal_True }
+ // SI + E --> SE
+ { 0x30B7, 0x30A7, 0x30BB, sal_True },
+ // SI + E --> SE
+ { 0x3057, 0x3047, 0x305B, sal_True },
+ // ZI + E --> ZE
+ { 0x30B8, 0x30A7, 0x30BC, sal_True },
+ // ZI + E --> ZE
+ { 0x3058, 0x3047, 0x305C, sal_True },
+
+ { 0, 0, 0, sal_True }
};
ignoreSeZe_ja_JP::ignoreSeZe_ja_JP()
{
- func = (TransFunc) 0;
- table = 0;
- map = SeZe;
- transliterationName = "ignoreSeZe_ja_JP";
- implementationName = "com.sun.star.i18n.Transliteration.ignoreSeZe_ja_JP";
+ func = (TransFunc) 0;
+ table = 0;
+ map = SeZe;
+ transliterationName = "ignoreSeZe_ja_JP";
+ implementationName = "com.sun.star.i18n.Transliteration.ignoreSeZe_ja_JP";
}
} } } }