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

@@ -75,7 +75,7 @@ void SheetObserver::slotChangedObject(const DocumentObject &Obj, const Property
else {
const char * name = Obj.getPropertyName(&Prop);
if (name == 0)
if (name == nullptr)
return;
if (isUpdating.find(name) != isUpdating.end())