summaryrefslogtreecommitdiff
path: root/i18npool/inc/textToPronounce_zh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/textToPronounce_zh.hxx')
-rw-r--r--i18npool/inc/textToPronounce_zh.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/i18npool/inc/textToPronounce_zh.hxx b/i18npool/inc/textToPronounce_zh.hxx
index ed33fad20e51..fd880bc6e8d3 100644
--- a/i18npool/inc/textToPronounce_zh.hxx
+++ b/i18npool/inc/textToPronounce_zh.hxx
@@ -42,23 +42,18 @@ public:
virtual ~TextToPronounce_zh() override;
OUString SAL_CALL
- folding(const OUString & inStr, sal_Int32 startPos, sal_Int32 nCount, css::uno::Sequence< sal_Int32 > & offset)
- throw (css::uno::RuntimeException, std::exception) override;
+ folding(const OUString & inStr, sal_Int32 startPos, sal_Int32 nCount, css::uno::Sequence< sal_Int32 > & offset) override;
- sal_Int16 SAL_CALL getType() throw(css::uno::RuntimeException, std::exception) override;
+ sal_Int16 SAL_CALL getType() override;
sal_Bool SAL_CALL
- equals( const OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, const OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMatch2)
- throw (css::uno::RuntimeException, std::exception) override;
+ equals( const OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, const OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMatch2) override;
OUString SAL_CALL
- transliterateChar2String( sal_Unicode inChar)
- throw(css::uno::RuntimeException, std::exception) override;
+ transliterateChar2String( sal_Unicode inChar) override;
sal_Unicode SAL_CALL
- transliterateChar2Char( sal_Unicode inChar)
- throw(css::uno::RuntimeException,
- css::i18n::MultipleCharsOutputException, std::exception) override;
+ transliterateChar2Char( sal_Unicode inChar) override;
};
#define TRANSLITERATION_TextToPronounce_zh( name ) \