Spreadsheet: Fix old ref to name in doc

This commit is contained in:
Chris Hennes
2025-03-02 17:23:26 -06:00
parent 20050d002d
commit c762d56603

View File

@@ -118,7 +118,7 @@ Sheet::~Sheet()
// Don't let an exception propagate out of a destructor (calls terminate())
Base::Console().Error(
"clearAll() resulted in an exception when deleting the spreadsheet : %s\n",
*pcNameInDocument);
getNameInDocument());
}
}