Spreadsheet: Fix old ref to name in doc
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user