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

use RTL_CONSTASCII_USTRINGPARAM

üst 54ce9c52
...@@ -422,7 +422,7 @@ Sequence< PluginDescription > XPluginManager_Impl::impl_getPluginDescriptions(vo ...@@ -422,7 +422,7 @@ Sequence< PluginDescription > XPluginManager_Impl::impl_getPluginDescriptions(vo
rDescr.Description = aComment; rDescr.Description = aComment;
sal_Int32 nPos = 0, nLen = aExtToken.getLength(); 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 ) for ( ; nPos < nLen; ++nPos )
{ {
......
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