User: vg Date: 2008-08-19 09:13:46+0000 Modified: dba/connectivity/source/drivers/mozab/MServices.cxx
Log: INTEGRATION: CWS dba31a (1.8.32); FILE MERGED 2008/06/30 07:33:45 oj 1.8.32.2: #i57999# wrong file name used 2008/06/30 06:39:40 oj 1.8.32.1: #i57999# name of lib changed File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MServices.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MServices.cxx?r1=1.8&r2=1.9 Delta lines: +2 -1 ------------------- --- MServices.cxx 2008-04-10 10:05:27+0000 1.8 +++ MServices.cxx 2008-08-19 09:13:43+0000 1.9 @@ -36,6 +36,7 @@ #include <osl/diagnose.h> #include <com/sun/star/mozilla/XMozillaBootstrap.hpp> #include "bootstrap/MMozillaBootstrap.hxx" +#include <tools/solar.h> using namespace connectivity::mozab; using ::rtl::OUString; @@ -162,7 +163,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(SVLIBRARY( "mozabdrv" )); // load the dbtools library oslModule s_hModule = osl_loadModuleRelative( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
