summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r--sc/source/ui/cctrl/editfield.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/cctrl/editfield.cxx b/sc/source/ui/cctrl/editfield.cxx
index 51147e5cd2cb..3ee77c71edec 100644
--- a/sc/source/ui/cctrl/editfield.cxx
+++ b/sc/source/ui/cctrl/editfield.cxx
@@ -42,12 +42,12 @@ namespace {
sal_Unicode lclGetDecSep()
{
- return ScGlobal::GetpLocaleData()->getNumDecimalSep().GetChar( 0 );
+ return ScGlobal::GetpLocaleData()->getNumDecimalSep()[0];
}
sal_Unicode lclGetGroupSep()
{
- return ScGlobal::GetpLocaleData()->getNumThousandSep().GetChar( 0 );
+ return ScGlobal::GetpLocaleData()->getNumThousandSep()[0];
}
} // namespace