summaryrefslogtreecommitdiff
path: root/chart2/source/tools/PropertyHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/PropertyHelper.cxx')
-rw-r--r--chart2/source/tools/PropertyHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/PropertyHelper.cxx b/chart2/source/tools/PropertyHelper.cxx
index 96990b881bac..2ca570a2da7f 100644
--- a/chart2/source/tools/PropertyHelper.cxx
+++ b/chart2/source/tools/PropertyHelper.cxx
@@ -152,7 +152,7 @@ OUString lcl_addNamedPropertyUniqueNameToTable(
if( aMaxIt != aNumbers.end())
nIndex = (*aMaxIt) + 1;
- aUniqueName = rPrefix + OUString::valueOf( nIndex );
+ aUniqueName = rPrefix + OUString::number( nIndex );
}
OSL_ASSERT( !aUniqueName.isEmpty());