summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:13:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:13:43 +0000
commitf4106e4da1a3c9243bd88978afe794bef5bc689e (patch)
tree8f2313d93fc4d47b37e27817a93a1180365ac3dd /connectivity/source
parentba6fbef16ada61293f6bb4f6715b3f87cabf88f0 (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/source')
-rw-r--r--connectivity/source/drivers/mozab/MServices.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/MServices.cxx b/connectivity/source/drivers/mozab/MServices.cxx
index 74b2f5e334..3bb78bd71a 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(