summaryrefslogtreecommitdiff
path: root/store/source/storlckb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storlckb.hxx')
-rw-r--r--store/source/storlckb.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storlckb.hxx b/store/source/storlckb.hxx
index c49993a55b8b..8bcf731045a2 100644
--- a/store/source/storlckb.hxx
+++ b/store/source/storlckb.hxx
@@ -135,7 +135,7 @@ SAL_CALL query (OStoreObject *pHandle, SAL_UNUSED_PARAMETER OStoreLockBytes*)
// Handle is kind of OStoreLockBytes.
return static_cast<OStoreLockBytes*>(pHandle);
}
- return 0;
+ return nullptr;
}
/*========================================================================