[Libreoffice-commits] .: svtools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 7 01:39:29 PDT 2012


 svtools/source/misc/svtaccessiblefactory.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7da6319de0038e5751cf7c8f9f8bca7e1813bb63
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 013e946..587c4d5 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