Tag: cws_src680_sb71
User: sb      
Date: 2007-06-28 09:53:40+0000
Modified:
   dba/connectivity/source/drivers/mozab/MDriver.cxx

Log:
 #i75466# Improved previous fix.

File Changes:

Directory: /dba/connectivity/source/drivers/mozab/
==================================================

File [changed]: MDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MDriver.cxx?r1=1.17.102.1&r2=1.17.102.2
Delta lines:  +3 -5
-------------------
--- MDriver.cxx 2007-06-26 13:40:08+0000        1.17.102.1
+++ MDriver.cxx 2007-06-28 09:53:37+0000        1.17.102.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: MDriver.cxx,v $
  *
- *  $Revision: 1.17.102.1 $
+ *  $Revision: 1.17.102.2 $
  *
- *  last change: $Author: sb $ $Date: 2007/06/26 13:40:08 $
+ *  last change: $Author: sb $ $Date: 2007/06/28 09:53:37 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -306,9 +306,7 @@
        const ::rtl::OUString sModuleName = 
::rtl::OUString::createFromAscii(SAL_MODULENAME( "mozabdrv2" ));
 
        // load the dbtools library
-       m_hModule = osl_loadModuleRelative(
-        reinterpret_cast< oslGenericFunction >(&thisModule), sModuleName.pData,
-        0);
+       m_hModule = osl_loadModuleRelative(&thisModule, sModuleName.pData, 0);
        OSL_ENSURE(NULL != m_hModule, "MozabDriver::ensureInit: could not load 
the dbtools library!");
        if ( !m_hModule )
         return false;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to