summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdtrans.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdtrans.cxx')
-rw-r--r--svx/source/svdraw/svdtrans.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdtrans.cxx b/svx/source/svdraw/svdtrans.cxx
index a9c585366b6e..333582a64ef5 100644
--- a/svx/source/svdraw/svdtrans.cxx
+++ b/svx/source/svdraw/svdtrans.cxx
@@ -914,7 +914,7 @@ void SdrFormatter::TakeStr(long nVal, XubString& rStr) const
if(nK > 0)
{
// do we still have decimal places?
- sal_Unicode cDec(rLoc.getNumDecimalSep().GetChar(0));
+ sal_Unicode cDec(rLoc.getNumDecimalSep()[0]);
aStr.Insert(cDec, nVorKomma);
}
}