summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/stdobj1.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:10:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:17 +0100
commit08e49fa3377d8c4e7e5df7a32233fcd9763ee936 (patch)
treef06399e5a005a70612093f415bd02ea2d1ba719f /basic/source/runtime/stdobj1.cxx
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-08e49fa3377d8c4e7e5df7a32233fcd9763ee936.tar.gz
core-08e49fa3377d8c4e7e5df7a32233fcd9763ee936.zip
loplugin:nullptr (automatic rewrite)
Change-Id: I1ec9a671fe3ac838feb36297915e3cdf8749d944
Diffstat (limited to 'basic/source/runtime/stdobj1.cxx')
-rw-r--r--basic/source/runtime/stdobj1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/stdobj1.cxx b/basic/source/runtime/stdobj1.cxx
index a621331c85e5..17c508ef98a2 100644
--- a/basic/source/runtime/stdobj1.cxx
+++ b/basic/source/runtime/stdobj1.cxx
@@ -52,7 +52,7 @@ SbxObject* SbStdFactory::CreateObject( const OUString& rClassName )
else if( rClassName.equalsIgnoreAsciiCase("Font") )
return new SbStdFont;
else
- return NULL;
+ return nullptr;
}