diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:13:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:13:43 +0000 |
commit | 4e833cc24bad5884a0386c6ec18c00b1f857c861 (patch) | |
tree | 6ff49bf65438feef24dc365cc48b212b17bcee38 /connectivity | |
parent | 9200c3a898a1956ec443b0203b25bef081d29b6d (diff) |
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
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/MServices.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/MServices.cxx b/connectivity/source/drivers/mozab/MServices.cxx index 5a862065f5a3..497b23ab2c39 100644 --- a/connectivity/source/drivers/mozab/MServices.cxx +++ b/connectivity/source/drivers/mozab/MServices.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: MServices.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -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 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( 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( |