summaryrefslogtreecommitdiffstats
path: root/basegfx/source/tools/numbertools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/tools/numbertools.cxx')
-rw-r--r--basegfx/source/tools/numbertools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/numbertools.cxx b/basegfx/source/tools/numbertools.cxx
index 6b8543a8eff0..d30a8371ab2b 100644
--- a/basegfx/source/tools/numbertools.cxx
+++ b/basegfx/source/tools/numbertools.cxx
@@ -32,7 +32,7 @@ namespace basegfx { namespace tools
fValue,
rtl_math_StringFormat_F,
nDecPlaces, '.',
- 0, ',');
+ nullptr, ',');
B2DPolyPolygon aRes;
B2DHomMatrix aMat;