summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/xdictionary.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/source/breakiterator/xdictionary.cxx b/i18npool/source/breakiterator/xdictionary.cxx
index e83b5297f328..ddf6f201cb28 100644
--- a/i18npool/source/breakiterator/xdictionary.cxx
+++ b/i18npool/source/breakiterator/xdictionary.cxx
@@ -139,6 +139,8 @@ namespace {
};
}
+#if !defined(DICT_JA_ZH_IN_DATAFILE) && !defined(DISABLE_DYNLOADING)
+
void xdictionary::initDictionaryData(const sal_Char *pLang)
{
// Global cache, never released for performance
@@ -184,6 +186,8 @@ void xdictionary::initDictionaryData(const sal_Char *pLang)
aLoadedCache.push_back( aEntry );
}
+#endif
+
void xdictionary::setJapaneseWordBreak()
{
japaneseWordBreak = true;