Kaydet (Commit) 4e063346 authored tarafından Kevin Hunter's avatar Kevin Hunter Kaydeden (comit) Caolán McNamara

use RTL_CONSTASCII_USTRINGPARAM

üst 1686380a
...@@ -79,7 +79,7 @@ void VCLXAccessibleComboBox::ProcessWindowEvent (const VclWindowEvent& rVclWindo ...@@ -79,7 +79,7 @@ void VCLXAccessibleComboBox::ProcessWindowEvent (const VclWindowEvent& rVclWindo
::rtl::OUString VCLXAccessibleComboBox::getImplementationName (void) ::rtl::OUString VCLXAccessibleComboBox::getImplementationName (void)
throw (RuntimeException) throw (RuntimeException)
{ {
return ::rtl::OUString::createFromAscii ("com.sun.star.comp.toolkit.AccessibleComboBox"); return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleComboBox" ));
} }
......
...@@ -137,7 +137,7 @@ Reference< XAccessible > SAL_CALL VCLXAccessibleTextField::getAccessibleParent( ...@@ -137,7 +137,7 @@ Reference< XAccessible > SAL_CALL VCLXAccessibleTextField::getAccessibleParent(
::rtl::OUString VCLXAccessibleTextField::getImplementationName (void) ::rtl::OUString VCLXAccessibleTextField::getImplementationName (void)
throw (RuntimeException) throw (RuntimeException)
{ {
return ::rtl::OUString::createFromAscii ("com.sun.star.comp.toolkit.AccessibleTextField"); return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleTextField" ));
} }
......
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