summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql/Yservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mysql/Yservices.cxx')
-rw-r--r--connectivity/source/drivers/mysql/Yservices.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysql/Yservices.cxx b/connectivity/source/drivers/mysql/Yservices.cxx
index b4692fded8af..e23d1b68f8a4 100644
--- a/connectivity/source/drivers/mysql/Yservices.cxx
+++ b/connectivity/source/drivers/mysql/Yservices.cxx
@@ -42,7 +42,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL mysql_component_getFactory(
{
if (!pServiceManager)
{
- return 0;
+ return nullptr;
}
Reference< XSingleServiceFactory > xRet;