summaryrefslogtreecommitdiffstats
path: root/connectivity/source
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-21 16:02:25 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-21 16:02:25 +0100
commitd3c3c55afffa2143556a1c5aa4323bf22145000c (patch)
tree624d2c9006c67ec2e03f3800cfd5bdf2f3f74747 /connectivity/source
parentRTL_CONSTASCII_USTRINGPARAM in libs core 43 (diff)
downloadcore-d3c3c55afffa2143556a1c5aa4323bf22145000c.tar.gz
core-d3c3c55afffa2143556a1c5aa4323bf22145000c.zip
RTL_CONSTASCII_USTRINGPARAM in libs core 44
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/macab/MacabDriver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx
index 904d3d99ee18..ed6c40867c2a 100644
--- a/connectivity/source/drivers/macab/MacabDriver.cxx
+++ b/connectivity/source/drivers/macab/MacabDriver.cxx
@@ -104,7 +104,7 @@ bool MacabImplModule::impl_loadModule()
OSL_ENSURE( !m_hConnectorModule && !m_pConnectionFactoryFunc,
"MacabImplModule::impl_loadModule: inconsistence: inconsistency (never attempted load before, but some values already set)!");
- const ::rtl::OUString sModuleName = ::rtl::OUString::createFromAscii( SAL_MODULENAME( "macabdrv1" ) );
+ const ::rtl::OUString sModuleName(RTL_CONSTASCII_USTRINGPARAM( SAL_MODULENAME( "macabdrv1" )) );
m_hConnectorModule = osl_loadModuleRelative( &thisModule, sModuleName.pData, SAL_LOADMODULE_NOW ); // LAZY! #i61335#
OSL_ENSURE( m_hConnectorModule, "MacabImplModule::impl_loadModule: could not load the implementation library!" );
if ( !m_hConnectorModule )