From 5275fabcb0c3941e32c23b9a9f66f395ab10b251 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 1 Jan 2013 11:31:05 +0200 Subject: WaE: private field 'hModule' is not used Change-Id: If3fc6937e66e9261255a9b197f995d923cc31132 --- i18npool/inc/collator_unicode.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i18npool') diff --git a/i18npool/inc/collator_unicode.hxx b/i18npool/inc/collator_unicode.hxx index e8257edae8cc..c3a5491d45fa 100644 --- a/i18npool/inc/collator_unicode.hxx +++ b/i18npool/inc/collator_unicode.hxx @@ -69,7 +69,9 @@ protected: const sal_Char *implementationName; private: RuleBasedCollator *uca_base, *collator; +#ifndef DISABLE_DYNLOADING oslModule hModule; +#endif }; } } } } -- cgit