diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-04-13 20:17:40 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-04-13 20:47:56 -0300 |
commit | 2db3ba987fa20516c4e8eab7c13c37758b16efbd (patch) | |
tree | 877bfb56d23a19abd97a2ca8129bf4624c9084dc /sd/source/ui/animations/CustomAnimationCreateDialog.cxx | |
parent | 4326d0bd27f4ea9620d77457b6856875e59072cc (diff) |
More RTL_CONSTASCII_USTRINGPARAM removals
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationCreateDialog.cxx')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationCreateDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx index ced683a2ee3d..542411ee6c6d 100644 --- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx @@ -228,7 +228,7 @@ ImplStlEffectCategorySortHelper::ImplStlEffectCategorySortHelper() uno::Reference<lang::XMultiServiceFactory> xFac( ::comphelper::getProcessServiceFactory() ); if( xFac.is() ) { - mxCollator.set( xFac->createInstance( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.i18n.Collator" )) ), uno::UNO_QUERY ); + mxCollator.set( xFac->createInstance( "com.sun.star.i18n.Collator" ), uno::UNO_QUERY ); if( mxCollator.is() ) { |