diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-07 11:29:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-07 11:30:26 +0300 |
commit | 7da6319de0038e5751cf7c8f9f8bca7e1813bb63 (patch) | |
tree | 7b8b0134bd7cb1b5e002deaa72cc8467c84e70b8 /svtools | |
parent | e87e2fd386a1848939aad755ed7dc2b3829a2008 (diff) |
WaE: 's_hAccessibleImplementationModule' defined but not used
Change-Id: I8caf2951876d47873b325f306515ec840692b856
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/svtaccessiblefactory.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/misc/svtaccessiblefactory.cxx b/svtools/source/misc/svtaccessiblefactory.cxx index 013e946bba95..587c4d545ea3 100644 --- a/svtools/source/misc/svtaccessiblefactory.cxx +++ b/svtools/source/misc/svtaccessiblefactory.cxx @@ -58,7 +58,9 @@ namespace svt #ifdef UNLOAD_ON_LAST_CLIENT_DYING static oslInterlockedCount s_nAccessibleFactoryAccesss = 0; #endif // UNLOAD_ON_LAST_CLIENT_DYING +#ifndef DISABLE_DYNLOADING static oslModule s_hAccessibleImplementationModule = NULL; +#endif static GetSvtAccessibilityComponentFactory s_pAccessibleFactoryFunc = NULL; static ::rtl::Reference< IAccessibleFactory > s_pFactory; |