Use RTL_CONSTASCII_USTRINGPARAM macro
This commit is contained in:
parent
107303bd3e
commit
b3667c7895
1 changed files with 2 additions and 2 deletions
|
@ -2730,9 +2730,9 @@ void OfaSmartTagOptionsTabPage::FillListBox( const SmartTagMgr& rSmartTagMgr )
|
|||
aSmartTagCaption = aSmartTagType;
|
||||
|
||||
const rtl::OUString aLBEntry = aSmartTagCaption +
|
||||
OUString::createFromAscii(" (") +
|
||||
OUString(RTL_CONSTASCII_USTRINGPARAM(" (")) +
|
||||
aName +
|
||||
OUString::createFromAscii(")");
|
||||
OUString(RTL_CONSTASCII_USTRINGPARAM(")"));
|
||||
|
||||
SvLBoxEntry* pEntry = m_aSmartTagTypesLB.SvTreeListBox::InsertEntry( aLBEntry );
|
||||
if ( pEntry )
|
||||
|
|
Loading…
Reference in a new issue