Spreadsheet: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:10:37 +01:00
parent 669b22252a
commit 2a2b8835c0
28 changed files with 157 additions and 157 deletions

View File

@@ -51,7 +51,7 @@ int PropertyRowHeightsPy::PyInit(PyObject* /*args*/, PyObject* /*kwd*/)
PyObject *PropertyRowHeightsPy::getCustomAttributes(const char* /*attr*/) const
{
return 0;
return nullptr;
}
int PropertyRowHeightsPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)