summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-04 13:40:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-04 13:40:49 +0000
commitbac4a610ff5ed486503bc90787fa72eb023fa94c (patch)
tree51a3fc1911c699a7c9caac8068f547a7f6abbbab /extensions
parent54ce9c52da01a8d6cb4940bc9e245358911aba3b (diff)
use RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/win/winmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx
index c1ad0151b490..4717ec9423a6 100644
--- a/extensions/source/plugin/win/winmgr.cxx
+++ b/extensions/source/plugin/win/winmgr.cxx
@@ -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 )
{