Kaydet (Commit) 1cb53892 authored tarafından Caolán McNamara's avatar Caolán McNamara

make unotools ByteString free

üst cce3e85e
......@@ -91,9 +91,9 @@ namespace utl
if ( !m_pRessources && !m_bInitialized )
{
// create a manager with a fixed prefix
ByteString aMgrName = m_sResFilePrefix;
rtl::OString aMgrName = m_sResFilePrefix;
m_pRessources = ResMgr::CreateResMgr( aMgrName.GetBuffer() );
m_pRessources = ResMgr::CreateResMgr( aMgrName.getStr() );
OSL_ENSURE( m_pRessources,
rtl::OStringBuffer( "OModuleImpl::getResManager: could not create the resource manager (file name: " )
.append(aMgrName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment