summaryrefslogtreecommitdiff
path: root/i18npool/inc/textToPronounce_zh.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-18 01:21:31 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-18 01:23:51 +0300
commitf06e6513a805d810d3ef8fc9ccf90d1b7cf48c3d (patch)
treecc24f18f066b0aa0f4f5c77ae4dfb052ce651397 /i18npool/inc/textToPronounce_zh.hxx
parent4048a810a0c00af2bf94d24243ff02a832f63de3 (diff)
Use static linking when DISABLE_DYNLOADING (iOS)
Diffstat (limited to 'i18npool/inc/textToPronounce_zh.hxx')
-rw-r--r--i18npool/inc/textToPronounce_zh.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18npool/inc/textToPronounce_zh.hxx b/i18npool/inc/textToPronounce_zh.hxx
index 9543b267ef6a..45c5c3c67f65 100644
--- a/i18npool/inc/textToPronounce_zh.hxx
+++ b/i18npool/inc/textToPronounce_zh.hxx
@@ -36,12 +36,18 @@ namespace com { namespace sun { namespace star { namespace i18n {
class TextToPronounce_zh : public transliteration_Ignore
{
protected:
+#ifndef DISABLE_DYNLOADING
oslModule hModule;
+#endif
sal_uInt16 **idx;
const sal_Unicode* SAL_CALL getPronounce(const sal_Unicode ch);
public:
+#ifndef DISABLE_DYNLOADING
TextToPronounce_zh(const sal_Char* func_name);
+#else
+ TextToPronounce_zh(sal_uInt16 ** (*function)());
+#endif
~TextToPronounce_zh();
rtl::OUString SAL_CALL