summaryrefslogtreecommitdiffstats
path: root/cui/source/dialogs/plfilter.cxx
diff options
context:
space:
mode:
authorPierre-André Jacquod <pjacquod@alumni.ethz.ch>2010-11-14 21:27:39 +0100
committerDavid Tardon <dtardon@redhat.com>2010-11-15 06:47:46 +0100
commit06472cd5f28bc2d24611b54308d40f0034b86e2f (patch)
treed047f8a0369f0e7dc811cf0f3db6f008b71eb707 /cui/source/dialogs/plfilter.cxx
parentRTL_CONSTASCII_USTRINGPARAM in components (diff)
downloadcore-06472cd5f28bc2d24611b54308d40f0034b86e2f.tar.gz
core-06472cd5f28bc2d24611b54308d40f0034b86e2f.zip
RTL_CONSTASCII_USTRINGPARAM cleaing in components - dialogs
/home/pjacquod/LibO_dev/build/clone/components/cui/source/dialogs and some dead code cleaned up
Diffstat (limited to 'cui/source/dialogs/plfilter.cxx')
-rw-r--r--cui/source/dialogs/plfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/plfilter.cxx b/cui/source/dialogs/plfilter.cxx
index de3a7ae9a09c..e94528f18d91 100644
--- a/cui/source/dialogs/plfilter.cxx
+++ b/cui/source/dialogs/plfilter.cxx
@@ -62,7 +62,7 @@ void fillNetscapePluginFilters( Sequence< rtl::OUString >& rPluginNames, Sequenc
{
Reference< XMultiServiceFactory > xMan( ::utl::getProcessServiceFactory() );
Reference< XPluginManager > xPMgr( xMan->createInstance(
- rtl::OUString::createFromAscii("com.sun.star.plugin.PluginManager") ), UNO_QUERY );
+ rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.plugin.PluginManager") ) ), UNO_QUERY );
if ( xPMgr.is() )
{