diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-30 18:59:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-30 18:59:54 +0200 |
commit | d2f9f27774ec138c9f66c55f582a123d8ebd19ff (patch) | |
tree | b984aa02aab3813d2a9c0ede9ad1e5d0fdf7fdb1 /basegfx/source/inc | |
parent | 14060e76e33cfb305c1469fecf7db688bf8a8858 (diff) |
loplugin:nullptr: Find some more cases in templates
Change-Id: I1f127d56e40b04f2b4df85c0afbcfd424d68a8cc
Diffstat (limited to 'basegfx/source/inc')
-rw-r--r-- | basegfx/source/inc/hommatrixtemplate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx index 77e2130e7359..c8cf4ae3a3d6 100644 --- a/basegfx/source/inc/hommatrixtemplate.hxx +++ b/basegfx/source/inc/hommatrixtemplate.hxx @@ -48,7 +48,7 @@ namespace basegfx { } - explicit ImplMatLine(sal_uInt16 nRow, ImplMatLine< RowSize >* pToBeCopied = 0L) + explicit ImplMatLine(sal_uInt16 nRow, ImplMatLine< RowSize >* pToBeCopied = nullptr) { if(pToBeCopied) { |