summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-01 11:31:05 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-01 11:32:50 +0200
commit5275fabcb0c3941e32c23b9a9f66f395ab10b251 (patch)
treeb171cba39765148778f6d5f4ac74fb4dd3125881 /i18npool
parent00234d0578419c3d0847dd89554186146121f60e (diff)
WaE: private field 'hModule' is not used
Change-Id: If3fc6937e66e9261255a9b197f995d923cc31132
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/collator_unicode.hxx2
1 files changed, 2 insertions, 0 deletions
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
};
} } } }