summaryrefslogtreecommitdiff
path: root/filter/source/xmlfilterdetect/fdcomp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xmlfilterdetect/fdcomp.cxx')
-rw-r--r--filter/source/xmlfilterdetect/fdcomp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xmlfilterdetect/fdcomp.cxx b/filter/source/xmlfilterdetect/fdcomp.cxx
index 2f4e10e13cef..1ff35c429e5d 100644
--- a/filter/source/xmlfilterdetect/fdcomp.cxx
+++ b/filter/source/xmlfilterdetect/fdcomp.cxx
@@ -30,8 +30,8 @@ namespace {
static cppu::ImplementationEntry const services[] = {
{ &FilterDetect_createInstance, &FilterDetect_getImplementationName,
&FilterDetect_getSupportedServiceNames,
- &cppu::createSingleComponentFactory, 0, 0 },
- { 0, 0, 0, 0, 0, 0 }
+ &cppu::createSingleComponentFactory, nullptr, 0 },
+ { nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};
}