From 233e5d5f85b1b0e3ad6f6c90b0348448b0d54bb1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 14 Oct 2016 16:59:40 +0200 Subject: clang-cl loplugin: basic Change-Id: Ibb324ac81343d56038d18a4ee9b27b486df6e520 Reviewed-on: https://gerrit.libreoffice.org/29881 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- basic/source/runtime/methods1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/runtime/methods1.cxx') diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index ac2b13ddefa6..dfd391443732 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -285,7 +285,7 @@ RTLFUNC(CDec) (void)bWrite; #ifdef _WIN32 - SbxDecimal* pDec = NULL; + SbxDecimal* pDec = nullptr; if ( rPar.Count() == 2 ) { SbxVariable *pSbxVariable = rPar.Get(1); -- cgit