summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscflag.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:21:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:34 +0100
commit5bbdb9423e15b68438bb8397c15635e044129e28 (patch)
tree737406d1586cdd8b5247f7f230ab59bf0bb87bbb /rsc/source/res/rscflag.cxx
parente96bf3c40f945d15a8bdc9cffc27346dfb3cb246 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I8df6c1c7d2312a4864750180561a3e63fe37003f
Diffstat (limited to 'rsc/source/res/rscflag.cxx')
-rw-r--r--rsc/source/res/rscflag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/res/rscflag.cxx b/rsc/source/res/rscflag.cxx
index d0f1573e1b3a..1c4b04ba1974 100644
--- a/rsc/source/res/rscflag.cxx
+++ b/rsc/source/res/rscflag.cxx
@@ -339,7 +339,7 @@ RSCINST RscClient::Create( RSCINST * pInst, const RSCINST & rDflt,
aTmpI = pRefClass->CreateClient( &aTmpI, aDfltI,
bOwnClass, nConstId );
else
- aTmpI = pRefClass->CreateClient( NULL, aDfltI,
+ aTmpI = pRefClass->CreateClient( nullptr, aDfltI,
bOwnClass, nConstId );
aTmpI.pClass = this;