Kaydet (Commit) 41fbf2c1 authored tarafından pjacquod's avatar pjacquod Kaydeden (comit) Caolán McNamara

RTL_CONSTASCII_USTRINGPARAM components in runtime

components/forms/source/runtime should be OK now
üst 7f459c94
......@@ -414,7 +414,7 @@ namespace frm
::rtl::OUString sValue = ::rtl::OUString::valueOf( sal_Int32( nCount ) );
if ( !bFinalCount )
sValue += ::rtl::OUString::createFromAscii( " *" );
sValue += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" *") );
aState.State <<= sValue;
aState.Enabled = sal_True;
......
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