diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-01 11:39:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-01 11:39:50 +0200 |
commit | 993c3bff0173f5c9f8941e6b036d3e57f4b68cf1 (patch) | |
tree | 51d05aef95de4c389ebadcd9a0d17e169ef68ec9 /i18npool | |
parent | 5275fabcb0c3941e32c23b9a9f66f395ab10b251 (diff) |
We don't use these when DISABLE_DYNLOADING
Change-Id: I3be187cf7e87697e37a6dafbcdf8d0a4b924639e
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/textconversion.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/inc/textconversion.hxx b/i18npool/inc/textconversion.hxx index a56f5d9ff085..735b0008da96 100644 --- a/i18npool/inc/textconversion.hxx +++ b/i18npool/inc/textconversion.hxx @@ -82,8 +82,10 @@ public: throw( com::sun::star::uno::RuntimeException ); protected : const sal_Char* implementationName; +#ifndef DISABLE_DYNLOADING oslModule hModule; oslGenericFunction SAL_CALL getFunctionBySymbol(const sal_Char* func); +#endif }; // for Hangul2Hanja conversion |