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.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/inc/textToPronounce_zh.hxx b/i18npool/inc/textToPronounce_zh.hxx
index 9543b267ef6a..383bf5e21c8d 100644
--- a/i18npool/inc/textToPronounce_zh.hxx
+++ b/i18npool/inc/textToPronounce_zh.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@ protected:
oslModule hModule;
sal_uInt16 **idx;
const sal_Unicode* SAL_CALL getPronounce(const sal_Unicode ch);
-
+
public:
TextToPronounce_zh(const sal_Char* func_name);
~TextToPronounce_zh();
@@ -54,12 +54,12 @@ public:
equals( const rtl::OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMatch2)
throw (com::sun::star::uno::RuntimeException);
- rtl::OUString SAL_CALL
- transliterateChar2String( sal_Unicode inChar)
+ rtl::OUString SAL_CALL
+ transliterateChar2String( sal_Unicode inChar)
throw(com::sun::star::uno::RuntimeException);
- sal_Unicode SAL_CALL
- transliterateChar2Char( sal_Unicode inChar)
+ sal_Unicode SAL_CALL
+ transliterateChar2Char( sal_Unicode inChar)
throw(com::sun::star::uno::RuntimeException,
com::sun::star::i18n::MultipleCharsOutputException);
};