summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MServices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MServices.cxx')
-rw-r--r--connectivity/source/drivers/mork/MServices.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mork/MServices.cxx b/connectivity/source/drivers/mork/MServices.cxx
index ae8b4568d368..63e80a153e2c 100644
--- a/connectivity/source/drivers/mork/MServices.cxx
+++ b/connectivity/source/drivers/mork/MServices.cxx
@@ -21,8 +21,8 @@ static cppu::ImplementationEntry const services[] = {
{ &connectivity::mork::create,
&connectivity::mork::MorkDriver::getImplementationName_Static,
&connectivity::mork::MorkDriver::getSupportedServiceNames_Static,
- &cppu::createSingleComponentFactory, 0, 0 },
- { 0, 0, 0, 0, 0, 0 }
+ &cppu::createSingleComponentFactory, nullptr, 0 },
+ { nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};
}