From 993c3bff0173f5c9f8941e6b036d3e57f4b68cf1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 1 Jan 2013 11:39:50 +0200 Subject: We don't use these when DISABLE_DYNLOADING Change-Id: I3be187cf7e87697e37a6dafbcdf8d0a4b924639e --- i18npool/inc/textconversion.hxx | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit