summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:28:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:32:00 +0100
commit42e2262cdd05718a3286f813da6f53805846da02 (patch)
tree12caa143a9a41dabbe097377d9ef3aa7919c5100 /writerperfect/source/draw
parent0a1c17a30cd98892e0e60b512200ac07ff1ab320 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ie4d4ce386f2810244fb97bf909870a839256971d
Diffstat (limited to 'writerperfect/source/draw')
-rw-r--r--writerperfect/source/draw/wpftdraw_genericfilter.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/writerperfect/source/draw/wpftdraw_genericfilter.cxx b/writerperfect/source/draw/wpftdraw_genericfilter.cxx
index 920660f8598f..af3b14761b85 100644
--- a/writerperfect/source/draw/wpftdraw_genericfilter.cxx
+++ b/writerperfect/source/draw/wpftdraw_genericfilter.cxx
@@ -46,49 +46,49 @@ static cppu::ImplementationEntry const services[] =
{
&CDRImportFilter_createInstance, &CDRImportFilter_getImplementationName,
&CDRImportFilter_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0
+ &cppu::createSingleComponentFactory, nullptr, 0
},
{
&CMXImportFilter_createInstance, &CMXImportFilter_getImplementationName,
&CMXImportFilter_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0
+ &cppu::createSingleComponentFactory, nullptr, 0
},
{
&FreehandImportFilter_createInstance,
&FreehandImportFilter_getImplementationName,
&FreehandImportFilter_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0
+ &cppu::createSingleComponentFactory, nullptr, 0
},
{
&PageMakerImportFilter_createInstance,
&PageMakerImportFilter_getImplementationName,
&PageMakerImportFilter_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0
+ &cppu::createSingleComponentFactory, nullptr, 0
},
{
&MSPUBImportFilter_createInstance,
&MSPUBImportFilter_getImplementationName,
&MSPUBImportFilter_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0
+ &cppu::createSingleComponentFactory, nullptr, 0
},
{
&MWAWDrawImportFilter_createInstance,
&MWAWDrawImportFilter_getImplementationName,
&MWAWDrawImportFilter_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0
+ &cppu::createSingleComponentFactory, nullptr, 0
},
{
&VisioImportFilter_createInstance,
&VisioImportFilter_getImplementationName,
&VisioImportFilter_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0
+ &cppu::createSingleComponentFactory, nullptr, 0
},
{
&WPGImportFilter_createInstance, &WPGImportFilter_getImplementationName,
&WPGImportFilter_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0
+ &cppu::createSingleComponentFactory, nullptr, 0
},
- { 0, 0, 0, 0, 0, 0 }
+ { nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};
}