summaryrefslogtreecommitdiff
path: root/forms/source/runtime/formoperations.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/runtime/formoperations.cxx')
-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 f2e2de68f670..539026476279 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -400,7 +400,7 @@ namespace frm
if ( bIsNew )
++nCount;
- OUString sValue = OUString::valueOf( sal_Int32( nCount ) );
+ OUString sValue = OUString::number( nCount );
if ( !bFinalCount )
sValue += OUString(" *");