summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config/dbconfig.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/config/dbconfig.cxx')
-rw-r--r--sw/source/uibase/config/dbconfig.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/config/dbconfig.cxx b/sw/source/uibase/config/dbconfig.cxx
index 3aee9f4f8d80..843b9bf24737 100644
--- a/sw/source/uibase/config/dbconfig.cxx
+++ b/sw/source/uibase/config/dbconfig.cxx
@@ -54,8 +54,8 @@ const Sequence<OUString>& SwDBConfig::GetPropertyNames()
SwDBConfig::SwDBConfig() :
ConfigItem("Office.DataAccess",
ConfigItemMode::DelayedUpdate|ConfigItemMode::ReleaseTree),
- pAdrImpl(0),
- pBibImpl(0)
+ pAdrImpl(nullptr),
+ pBibImpl(nullptr)
{
};