summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-07 11:23:59 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-10-07 11:25:07 +0300
commite87e2fd386a1848939aad755ed7dc2b3829a2008 (patch)
tree9e6bdaa4ce8ad5b433931c6adee8f85a174a7e3c /toolkit
parent3d16094619cdf29cd96a014572244462a219f304 (diff)
WaE: 's_hAccessibleImplementationModule' defined but not used
Change-Id: I700f66cbc3ddb01d723b9a50709b4b1d5ab66405
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/accessibilityclient.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/source/helper/accessibilityclient.cxx b/toolkit/source/helper/accessibilityclient.cxx
index 4a1cb993fb14..3119ba6e3dc9 100644
--- a/toolkit/source/helper/accessibilityclient.cxx
+++ b/toolkit/source/helper/accessibilityclient.cxx
@@ -51,7 +51,9 @@ namespace toolkit
#ifdef UNLOAD_ON_LAST_CLIENT_DYING
static oslInterlockedCount s_nAccessibilityClients = 0;
#endif // UNLOAD_ON_LAST_CLIENT_DYING
+#ifndef DISABLE_DYNLOADING
static oslModule s_hAccessibleImplementationModule = NULL;
+#endif
static GetStandardAccComponentFactory s_pAccessibleFactoryFunc = NULL;
static ::rtl::Reference< IAccessibleFactory > s_pFactory;
}