diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:30:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:52:27 +0100 |
commit | 08cbfebc045715334701b2a7f318d10256499d50 (patch) | |
tree | 58e157c6c2d67f0322c2eb5a695ae700f89bc5e6 /i18nutil | |
parent | f0a94a67d3eb6d9ade5501db273d73c4091817ef (diff) |
add modelines to .h and .c files as well
Diffstat (limited to 'i18nutil')
-rw-r--r-- | i18nutil/inc/i18nutil/x_rtl_ustring.h | 3 | ||||
-rw-r--r-- | i18nutil/source/utility/casefolding_data.h | 2 | ||||
-rw-r--r-- | i18nutil/source/utility/unicode_data.h | 2 | ||||
-rw-r--r-- | i18nutil/source/utility/widthfolding_data.h | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/i18nutil/inc/i18nutil/x_rtl_ustring.h b/i18nutil/inc/i18nutil/x_rtl_ustring.h index 028f9718b213..3b94c697d7f9 100644 --- a/i18nutil/inc/i18nutil/x_rtl_ustring.h +++ b/i18nutil/inc/i18nutil/x_rtl_ustring.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -76,3 +77,5 @@ inline void SAL_CALL x_rtl_uString_release( rtl_uString * value ) #endif // #ifndef _I18N_X_RTL_USTRING_H_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/i18nutil/source/utility/casefolding_data.h b/i18nutil/source/utility/casefolding_data.h index ac8b609fb3d2..e150c96e5a2e 100644 --- a/i18nutil/source/utility/casefolding_data.h +++ b/i18nutil/source/utility/casefolding_data.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -863,3 +864,4 @@ static Mapping CaseMappingExtra[] = { #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/i18nutil/source/utility/unicode_data.h b/i18nutil/source/utility/unicode_data.h index 7afd24f3eda8..c07fa336d686 100644 --- a/i18nutil/source/utility/unicode_data.h +++ b/i18nutil/source/utility/unicode_data.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -1648,3 +1649,4 @@ static sal_Unicode UnicodeScriptType[][2] = { #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/i18nutil/source/utility/widthfolding_data.h b/i18nutil/source/utility/widthfolding_data.h index e67f40db904b..8d3e13c6440a 100644 --- a/i18nutil/source/utility/widthfolding_data.h +++ b/i18nutil/source/utility/widthfolding_data.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -957,3 +958,5 @@ UnicodePairWithFlag half2fullJISException[] = { } } } } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |