diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:24:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:45 +0100 |
commit | 6f06230da10c6a51c5538f1b5515b341475ea043 (patch) | |
tree | 4729ecc6b256810d890fc4ad32b6dd5f4ef0ee44 /svgio/source/svguno/svguno.cxx | |
parent | 35b3228609f3c4f3ae37695597f0d11127467bb8 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I0164a67073395b865fa3e3ce342665f6497dc5b8
Diffstat (limited to 'svgio/source/svguno/svguno.cxx')
-rw-r--r-- | svgio/source/svguno/svguno.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svguno/svguno.cxx b/svgio/source/svguno/svguno.cxx index f0dbe264e127..3176aaf0b302 100644 --- a/svgio/source/svguno/svguno.cxx +++ b/svgio/source/svguno/svguno.cxx @@ -31,8 +31,8 @@ static cppu::ImplementationEntry const services[] = { { &svgio::svgreader::XSvgParser_createInstance, &svgio::svgreader::XSvgParser_getImplementationName, &svgio::svgreader::XSvgParser_getSupportedServiceNames, - &cppu::createSingleComponentFactory, 0, 0 }, - { 0, 0, 0, 0, 0, 0 } }; + &cppu::createSingleComponentFactory, nullptr, 0 }, + { nullptr, nullptr, nullptr, nullptr, nullptr, 0 } }; } |