summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/tautofmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/tautofmt.cxx')
-rw-r--r--sw/source/ui/table/tautofmt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx
index f15c30df0456..57545a0b4bdf 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -706,7 +706,7 @@ MAKENUMSTR:
pNumFmt->GetOutputString( nVal, nKey, cellString, &pDummy );
}
else
- cellString = String::CreateFromInt32((sal_Int32)nVal);
+ cellString = OUString::number((sal_Int32)nVal);
break;
}