summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorpjacquod <pjacquod@alumni.ethz.ch>2010-11-15 23:59:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-11-17 16:30:16 +0000
commit41fbf2c1a6664077c448dab44c28cfd75be8b4d7 (patch)
tree1fde859f9b4b27c2db46a8867e3969525f7cde7f /forms
parent7f459c9492db8921deefa4bb7a508ff5bb104f1c (diff)
RTL_CONSTASCII_USTRINGPARAM components in runtime
components/forms/source/runtime should be OK now
Diffstat (limited to 'forms')
-rw-r--r--forms/source/runtime/formoperations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index 601af810779b..7744168f9ef4 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -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;