Tag: cws_dev300_dba31a
User: oj      
Date: 2008-06-30 06:39:42+0000
Modified:
   dba/connectivity/source/drivers/mozab/MDriver.cxx
   dba/connectivity/source/drivers/mozab/MServices.cxx

Log:
 #i57999# name of lib changed

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.19&r2=1.19.32.1
Delta lines:  +4 -4
-------------------
--- MDriver.cxx 2008-04-10 10:03:04+0000        1.19
+++ MDriver.cxx 2008-06-30 06:39:40+0000        1.19.32.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: MDriver.cxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.19.32.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -154,7 +154,7 @@
        else
        {
                ::rtl::OUString sMsg = ::rtl::OUString( 
RTL_CONSTASCII_USTRINGPARAM("Could not load the library "));
-               sMsg += ::rtl::OUString::createFromAscii(SAL_MODULENAME( 
"mozabdrv2" ));
+               sMsg += ::rtl::OUString::createFromAscii(SAL_MODULENAME( 
"mozabdrv" ));
                ::dbtools::throwGenericSQLException(sMsg,*this);
        }
        
@@ -292,7 +292,7 @@
 
        OSL_ENSURE(NULL == m_pCreationFunc, "MozabDriver::ensureInit: 
inconsistence: already have a factory function!");
 
-       const ::rtl::OUString sModuleName = 
::rtl::OUString::createFromAscii(SAL_MODULENAME( "mozabdrv2" ));
+       const ::rtl::OUString sModuleName = 
::rtl::OUString::createFromAscii(SAL_MODULENAME( "mozabdrv" ));
 
        // load the dbtools library
        m_hModule = osl_loadModuleRelative(&thisModule, sModuleName.pData, 0);

File [changed]: MServices.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MServices.cxx?r1=1.8&r2=1.8.32.1
Delta lines:  +3 -3
-------------------
--- MServices.cxx       2008-04-10 10:05:27+0000        1.8
+++ MServices.cxx       2008-06-30 06:39:40+0000        1.8.32.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: MServices.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.8.32.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -162,7 +162,7 @@
 typedef void* (SAL_CALL * OMozillaBootstrap_CreateInstanceFunction)(const 
Reference< XMultiServiceFactory >& _rxFactory );
 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >  
SAL_CALL createMozillaBootstrap(const ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) throw( 
::com::sun::star::uno::Exception )
 {
-               const ::rtl::OUString sModuleName = 
::rtl::OUString::createFromAscii(SAL_MODULENAME( "mozabdrv2" ));
+               const ::rtl::OUString sModuleName = 
::rtl::OUString::createFromAscii(SAL_MODULENAME( "mozabdrv" ));
 
                // load the dbtools library
                oslModule s_hModule = osl_loadModuleRelative(




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

Reply via email to