diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2010-11-12 08:47:15 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-12 08:47:15 +0100 |
commit | 93b5940b98665738da063756529385f35f1d33e6 (patch) | |
tree | 286436a37fb9dd5bcf8a7116da2d2fa5e11a1bd0 /sc/source/ui/vba/vbafiledialog.cxx | |
parent | 65c8902e30031f3588b4be55802cab52fce1961d (diff) |
RTL_CONSTASCII_USTRINGPARAM for calc_ui
Diffstat (limited to 'sc/source/ui/vba/vbafiledialog.cxx')
-rw-r--r-- | sc/source/ui/vba/vbafiledialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbafiledialog.cxx b/sc/source/ui/vba/vbafiledialog.cxx index 482e6ab2d5e1..b08f336f2af9 100644 --- a/sc/source/ui/vba/vbafiledialog.cxx +++ b/sc/source/ui/vba/vbafiledialog.cxx @@ -90,7 +90,7 @@ ScVbaFileDialog::Show( ) throw (::com::sun::star::uno::RuntimeException) { m_sSelectedItems.realloc(0); - const ::rtl::OUString sServiceName = ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.FilePicker" ); + const ::rtl::OUString sServiceName(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ui.dialogs.FilePicker" )); Reference< lang::XMultiServiceFactory > xMSF( comphelper::getProcessServiceFactory(), uno::UNO_QUERY ); // Set the type of File Picker Dialog: TemplateDescription::FILEOPEN_SIMPLE. |