[Libreoffice-commits] .: toolkit/source

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


 toolkit/source/helper/accessibilityclient.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e87e2fd386a1848939aad755ed7dc2b3829a2008
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Oct 7 11:23:59 2012 +0300

    WaE: 's_hAccessibleImplementationModule' defined but not used
    
    Change-Id: I700f66cbc3ddb01d723b9a50709b4b1d5ab66405

diff --git a/toolkit/source/helper/accessibilityclient.cxx b/toolkit/source/helper/accessibilityclient.cxx
index 4a1cb99..3119ba6 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;
     }


More information about the Libreoffice-commits mailing list