summaryrefslogtreecommitdiff
path: root/basegfx/source/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:10:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:16 +0100
commita17cde058213f962b8de880de6f5b1e4f2061b37 (patch)
tree1dadb981b6581df51ba383dd49f54a736b9dc091 /basegfx/source/tools
parentc2ff1b9622a1c67612719c87af593b59b9534119 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ib64fc63905cf44a0d32393d52ee587d0aa2d9dfa
Diffstat (limited to 'basegfx/source/tools')
-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;