summaryrefslogtreecommitdiff
path: root/i18npool/inc/indexentrysupplier_ja_phonetic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/indexentrysupplier_ja_phonetic.hxx')
-rw-r--r--i18npool/inc/indexentrysupplier_ja_phonetic.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx
index 50d6d1eb84d9..c91f483604df 100644
--- a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx
+++ b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx
@@ -35,15 +35,15 @@ public:
};
virtual OUString SAL_CALL getIndexCharacter( const OUString& rIndexEntry,\
const com::sun::star::lang::Locale& rLocale, const OUString& rSortAlgorithm ) \
- throw (com::sun::star::uno::RuntimeException, std::exception);\
+ throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;\
virtual OUString SAL_CALL getIndexKey( const OUString& IndexEntry, \
const OUString& PhoneticEntry, const com::sun::star::lang::Locale& rLocale )\
- throw (com::sun::star::uno::RuntimeException, std::exception);\
+ throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;\
virtual sal_Int16 SAL_CALL compareIndexEntry( const OUString& IndexEntry1,\
const OUString& PhoneticEntry1, const com::sun::star::lang::Locale& rLocale1,\
const OUString& IndexEntry2, const OUString& PhoneticEntry2,\
const com::sun::star::lang::Locale& rLocale2 )\
- throw (com::sun::star::uno::RuntimeException, std::exception);\
+ throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;\
};
#define INDEXENTRYSUPPLIER_JA_PHONETIC( algorithm ) \
@@ -55,7 +55,7 @@ public:\
virtual sal_Bool SAL_CALL loadAlgorithm(\
const com::sun::star::lang::Locale& rLocale,\
const OUString& SortAlgorithm, sal_Int32 collatorOptions ) \
- throw (com::sun::star::uno::RuntimeException, std::exception);\
+ throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;\
};
INDEXENTRYSUPPLIER_JA_PHONETIC( ja_phonetic_alphanumeric_first_by_syllable )