Kaydet (Commit) bbb455a8 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS ineturl1 (1.3.68); FILE MERGED

2004/09/30 13:48:09 cmc 1.3.68.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer
üst 7a135d91
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: moduleimagemanager.cxx,v $ * $RCSfile: moduleimagemanager.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: hr $ $Date: 2004-11-26 20:37:13 $ * last change: $Author: hr $ $Date: 2004-12-13 12:26:47 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -299,7 +299,7 @@ void CmdImageList::impl_fillCommandToImageNameMap() ...@@ -299,7 +299,7 @@ void CmdImageList::impl_fillCommandToImageNameMap()
for ( sal_uInt32 i = 0; i < m_aImageCommandNameVector.size(); i++ ) for ( sal_uInt32 i = 0; i < m_aImageCommandNameVector.size(); i++ )
{ {
INetURLObject aURLObj( m_aImageCommandNameVector[i] ); INetURLObject aURLObj( m_aImageCommandNameVector[i] );
m_aImageNameVector[i] = ( aURLObj.GetURLPath().ToLowerAscii() += aExt ); m_aImageNameVector[i] = ( aURLObj.GetURLPath().toAsciiLowerCase() += aExt );
m_aCommandToImageNameMap.insert( CommandToImageNameMap::value_type( m_aImageCommandNameVector[i], m_aCommandToImageNameMap.insert( CommandToImageNameMap::value_type( m_aImageCommandNameVector[i],
m_aImageNameVector[i] )); m_aImageNameVector[i] ));
} }
......
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