[PATCH 07/12] RTL_CONSTASCII_USTRINGPARAM components in runtime

pjacquod pjacquod at alumni.ethz.ch
Mon Nov 15 14:59:34 PST 2010


components/forms/source/runtime should be OK now
---
 forms/source/runtime/formoperations.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index e857787..06382b2 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;
-- 
1.7.1


--------------000305020400010404050409--


More information about the LibreOffice mailing list