[Libreoffice-commits] .: Branch 'feature/android-single-dso' - svtools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Oct 7 01:38:34 PDT 2012
svtools/source/misc/svtaccessiblefactory.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ec908a3f34ee81adde31f4e41618cfa146781cf8
Author: Tor Lillqvist <tml at iki.fi>
Date: Sun Oct 7 11:29:28 2012 +0300
WaE: 's_hAccessibleImplementationModule' defined but not used
Change-Id: I8caf2951876d47873b325f306515ec840692b856
diff --git a/svtools/source/misc/svtaccessiblefactory.cxx b/svtools/source/misc/svtaccessiblefactory.cxx
index 4a88dfb..d3af78a 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;
More information about the Libreoffice-commits
mailing list