use RTL_CONSTASCII_USTRINGPARAM
This commit is contained in:
parent
54ce9c52da
commit
bac4a610ff
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ Sequence< PluginDescription > XPluginManager_Impl::impl_getPluginDescriptions(vo
|
|||
rDescr.Description = aComment;
|
||||
|
||||
sal_Int32 nPos = 0, nLen = aExtToken.getLength();
|
||||
OUString aExtensions( OUString::createFromAscii( nLen ? "*." : "*.*" ) );
|
||||
OUString aExtensions = nLen ? OUString(RTL_CONSTASCII_USTRINGPARAM("*.")) : OUString(RTL_CONSTASCII_USTRINGPARAM("*.*"));
|
||||
|
||||
for ( ; nPos < nLen; ++nPos )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue